List Question
20 TechQA 2024-03-24T10:59:20.040000Why doesn't parseFloat() fix NaN (Javascript)?
88 views
Asked by Daniel Copeland
Adobe JavaScript - Summing two values with a comma
73 views
Asked by ncaffrey
Why do I get 90.370+1.180+8.450 = 100.00000000000001 in Javascript?
53 views
Asked by Srikar Gajji
Javascript precision with more than 15 decimals
235 views
Asked by diego
FireFox or Safari + JavaScript Parses an Input Field Type Number Incorrectly
222 views
Asked by LCB
When random number hits certain value, h1 or button should change color
32 views
Asked by breanne1209
I am having an issue correctly appending decimal pointers in my small Basic Calculator App
53 views
Asked by Nursultan Sagynbek
Convert a string into a number keeping the commas in js
762 views
Asked by willd
javacript library to convert string into float
43 views
Asked by Ankit Sharma
For float num with 0-2 decimals, if x+y=z in decimal and MIN_VALUE<=x,y,z<=MAX_VALUE, is Number.parseFloat((x+y).toFixed(2))==z always true?
107 views
Asked by displaydisplayname
Does a hardcode float num a.bc... (0<=n<100 decimals,MIN_VALUE<=a.bc...<=MAX_VALUE) always equals to Number.parseFloat((a.bc...).toFixed(n))?
104 views
Asked by displaydisplayname
JavaScript: turn a string into a number and then turn it back to string
44 views
Asked by Ilir
Convert Int to Float Without return String Javascript
188 views
Asked by Adim
React native operation btw 2 floats
31 views
Asked by Nicolas
How should I troubleshootiing 'strconv.ParseFloat: parsing "to": invalid syntax' in prometheus
831 views
Asked by peaqe
How to replace hyphen-minus with minus?
494 views
Asked by wojnarto
Golang Truncating Float32 From Scanner Input
274 views
Asked by CodeDragon
How can I return the average customer balance with the dollar sign removed?
52 views
Asked by CarelessWhisper
javascript basic calculation price,quantity and discount
169 views
Asked by tony
Why do I keep getting Nan even though I am using parseFloat function?
128 views
Asked by Péter Szabó