Search code examples
What is a subnormal floating point number?...


c++c++11floating-pointieee-754denormal-numbers

Read More
How can I bitwise-cast a 32-bit float into an integer without using typed arrays?...


javascriptieee-754

Read More
Next higher/lower IEEE double precision number...


floating-pointdoubleprecisionieee-754

Read More
What range of numbers can be represented in 16-, 32-, and 64-bit IEEE-754 systems?...


floating-pointprecisionnumericieee-754

Read More
Why are are so many float/double values reserved for NaN?...


floating-pointnanieee-754

Read More
Half-precision floating-point in Java...


javafloating-pointieee-754precision

Read More
Is Math.sqrt(x) and Math.pow(x, 0.5) equivalent?...


javascriptfloating-pointieee-754math-functions

Read More
how to implement IEEE 754 floating point subtraction in hardware?...


floating-pointieee-754subtraction

Read More
Splitting a binary value in bitfields for it's components to allow access and manipulation...


cdoublebit-manipulationieee-754mantissa

Read More
How do I access rounding modes defined in IEEE 754 in python?...


pythonfloating-pointdecimalieee-754floating-point-precision

Read More
How come all floating-point numbers can be represented in decimal?...


floating-pointieee-754

Read More
Why is NaN not equal to NaN?...


floating-pointlanguage-agnosticnanieee-754

Read More
Does the MSVC implementation of `signaling_NaN` comply with the the latest IEEE floating-point stand...


c++visual-c++ieee-754

Read More
Standard for the sine of very large numbers...


floating-pointdecimalieee-754

Read More
Extracting the exponent and mantissa of a Javascript Number...


javascriptmathhaskellghcieee-754

Read More
Why does IEEE 754 reserve so many NaN values?...


floating-pointnanieee-754

Read More
IEEE.754 soft-float in ARM assembly, my addition algorithm giving unexpected results...


assemblyfloating-pointarmadditionieee-754

Read More
c++ std::stof() throws out_of_range for 5.87747175e-39...


c++g++ieee-754

Read More
Floating Point numbers on VAX machine...


floating-pointreverse-engineeringieee-754floatingvax

Read More
Is it always true that x * y = ((x * y) / y) * y under IEEE 754 semantics?...


floating-pointieee-754

Read More
Lua - packing IEEE754 single-precision floating-point numbers...


floating-pointluaieee-754pack

Read More
Converting IEEE 754 floating point in Haskell Word32/64 to and from Haskell Float/Double...


haskellfloating-pointghcieee-754

Read More
Relationships between 128, 64, and 32 bit IEEE-754 floating point numbers...


floating-pointbinaryieee-754

Read More
Floating Point: Why does the implicit 1 change the value of the fractional part?...


floating-pointieee-754

Read More
Is there a floating point value of x, for which x-x == 0 is false?...


floating-pointfloating-accuracyieee-754

Read More
Float and double datatype in Java...


javafloating-pointdoubleieee-754

Read More
IEEE Floating-Point Number Bound for (b-a)+a, where 0=<a<=b...


ieee-754

Read More
Biggest integer that can be stored in a double...


typesfloating-pointdoubleieee-754

Read More
What is the difference between quiet NaN and signaling NaN?...


floating-pointnanieee-754

Read More
Java Double Precision - Rounding - %f specifier...


javafloating-pointprecisionieee-754

Read More
BackNext