Search code examples
Function that returns whether the floating-point type is fully compliant to IEEE-754?...


c++floating-pointieee-754standards-complianceextended-precision

Read More
IA64 doesn't correspond to IEEE standard for float numbers?...


c++floating-pointieee-754

Read More
QJsonDocument and IEEE 754 doubles...


c++jsonqtparsingieee-754

Read More
How is float variable auto-promoted to double type?...


cfloating-pointdoubleieee-754type-promotion

Read More
why String.format 0.1d double value as exact 0.1 in java?...


javaieee-754

Read More
Overhead of casting double to float?...


c++ccastingieee-754

Read More
XML After Effect File (*.aepx) -> Understand binary number format to edit xml file...


xmlieee-754floating-point-precisionhexafter-effects

Read More
Fast nearest power of 2 in JavaScript?...


javascriptdoublebit-manipulationieee-754

Read More
Trying to find Mantissa in IEEE 754 in python...


pythonieee-754

Read More
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
BackNext