List Question
20 TechQA 2023-11-23T03:54:28.707000have logical error, it proceed to addOrder even if it greater than max
116 views
Asked by zeraus
How do I implement strtod?
621 views
Asked by Eric Stotch
strtod returns wrong value when called from Python ctypes and run from Spyder or Pyzo
48 views
Asked by Gnatho
Separate 9 numbers of type double from command-line in c with strtok() and strtod()
154 views
Asked by Lost_Delegate
Implementation of strtof(), floating-point multiplication and mantissa rounding issues
382 views
Asked by trexxet
Is there any difference in the way atof and strtod work?
3.1k views
Asked by Abhishek Jaiswal
strtof() function misplacing decimal place
414 views
Asked by GigaWatts
How to convert decimal numbers stored as characters in a string to doubles?
86 views
Asked by lecar888
result of convert string to double is inconsistent with strtod
78 views
Asked by codesavesworld
C++: strod() and atof() are not returning double as expected
540 views
Asked by ao_martinv
How to convert strtod's 'P' binary exponent notation to decimal?
148 views
Asked by theor
strtof = strtod followed by cast?
422 views
Asked by rwallace
how to handle failure value in strtod?
104 views
Asked by Ede's Mutter
Is there a Python equivalent to the endptr parameter to C's strtod?
109 views
Asked by Mad Physicist
strtod not recognizing inf
434 views
Asked by sdepot
strtod using classic format?
178 views
Asked by iOS User
Using strtof in a loop to parse numbers from a char buffer
469 views
Asked by Mario
Why does strtod() with DBL_MIN give ERANGE?
433 views
Asked by Ben C
warning: "assignment discards 'const' qualifier from pointer target type"
6.2k views
Asked by M.said