Search code examples
How can I convert a string to a number in Perl?...


stringperlfloating-point

Read More
How does SQL Server store integer values of over 2^24 in a FLOAT(53) column?...


sql-serverfloating-pointfloating-accuracy

Read More
Compare floats in php...


phpfloating-point

Read More
Representation of fixed point numbers...


mathfloating-pointbinary

Read More
How do I remove trailing zeros when printing a floating-point number?...


c++floating-pointiostream

Read More
How do you round UP a number?...


pythonfloating-pointintegerrounding

Read More
Tolerant key lookup in std::map...


c++dictionarystlfloating-point

Read More
assert (!isnan(x)) succeeds but printf("%f",x) shows -nan...


cfloating-pointocamlnan

Read More
regular expression for finding decimal/float numbers?...


javascriptregexfloating-pointdecimal

Read More
1 / 0.2 should be 5, so why is the result 4?...


c++floating-point

Read More
`std::uniform_real_distribution` lacking diversity in exponent...


c++randomfloating-point

Read More
entry widget validation with tkinter for both integers and floating point values...


validationtkinterfloating-pointintegerwidget

Read More
Does equality check for floats in python check against machine epsilon tolerances?...


pythonfloating-pointprecision

Read More
How can I remove ".0" of float numbers?...


floating-pointintpython-3.5

Read More
How to prevent the program from returning 'inf'?...


c++floating-pointnumeric

Read More
Why does division (3/5) result in zero despite being stored as a double?...


c++floating-pointdivisioninteger-division

Read More
Can a IEEE 754 real number "cover" all integers within its range?...


mathfloating-pointieee-754

Read More
Testing if given number is integer...


c++floating-pointnumbers

Read More
How can I check whether a double has a fractional part?...


c++floating-pointdouble

Read More
Why does modulus (%) operator work for char but not for floating types?...


cfloating-pointoperatorsmodulus

Read More
Random float number generation...


c++randomfloating-point

Read More
Is there a reliable way in JavaScript to obtain the number of decimal places of an arbitrary number?...


javascriptfloating-pointdecimalprecisionfractions

Read More
Why not use Double or Float to represent currency?...


floating-pointlanguage-agnosticcurrency

Read More
Storing ASCII code point value in a float prevents its interpretation as a character (in C)...


cfloating-pointcharacterprecisionsystem-calls

Read More
Function to determine if two numbers are nearly equal when rounded to n significant decimal digits...


pythonmathfloating-pointnumpy

Read More
python difference between round and int...


pythonpython-2.7floating-pointint

Read More
how to present uint16 as float16...


pythonfloating-pointuint16

Read More
In Python, what expression is equivalent to `0x1.0p-53`?...


pythonfloating-pointinteger

Read More
Why the C standard library haven't isequal?...


cfloating-pointcompare

Read More
When creating a nan which contains a char-sequence, how do I get the char-sequence back?...


c++floating-pointnanieee-754

Read More
BackNext