Search code examples
How do I convert from a decimal number to IEEE 754 single-precision floating-point format?...

binaryfloating-pointieee-754

Read More
Negative decimal number / string to IEEE Single Precision Format...

floating-pointieee-754

Read More
Why do higher-precision floating point formats have so many exponent bits?...

floating-pointieee-754

Read More
Decimal Floating Point to Binary Conversion...

floating-pointbinaryhexdecimalieee-754

Read More
The Double byte size in 32 bit and 64 bit OS...

c#64-bitfloating-pointdoubleieee-754

Read More
How to determine whether number is exactly representable in floating-point?...

javafloating-pointieee-754

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

floating-pointieee-754subtraction

Read More
How can I find the implementation of numpy.nan...

pythonnumpyfloating-pointnanieee-754

Read More
Understanding IEEE 754: why Underflow depends on Inexact?...

ieee-754

Read More
Why is there inaccuracy in the following intermediate type conversion?...

c++ieee-754

Read More
How does double 5.2 is represented in a binary file?...

cfloating-pointdoubleieee-754

Read More
Why does a fixed-point scaling factor tend to be a power of two?...

floating-pointieee-754fixed-point

Read More
Is there a way to find what kind of Floating-point arithmetic is used...

mathfloating-pointbinaryieee-754

Read More
Blatant floating point error in C++ program...

c++floating-pointieee-754

Read More
Why is 5726718050568503296 truncated in JS...

javascriptfloating-pointieee-754

Read More
How to determine whether tininess is detected before rounding or after rounding or indeterminable?...

cfloating-pointieee-754usabilityc11

Read More
What is the correct way to get the binary representation of long double?...

c++ieee-754long-double

Read More
What are the applications/benefits of an 80-bit extended precision data type?...

floating-pointieee-754x87long-doubleextended-precision

Read More
Where in the IEEE 754 standard is the result of `Inf * 0` specified?...

floating-pointprecisionnumericieee-754

Read More
How to convert hex value to single precision floating point number and also in double precision floa...

javaieee-754

Read More
IEEE-754 double (64-bit floating point) vs. long (64-bit integer) revisited...

javajavascriptdoublelong-integerieee-754

Read More
Function that returns whether the floating-point type is fully compliant to IEEE-754?...

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

Read More
Floating point number in JavaScript (IEEE 754)...

javascriptieee-754

Read More
Why do we bias the exponent of a floating-point number?...

floating-pointieee-754exponent

Read More
Floating-point and ieee-754...

cvisual-c++floating-pointdoubleieee-754

Read More
Grid step (difference between two adjacent machine-representable numbers...

floating-pointieee-754

Read More
Can multiplication of non-zero floats yield exactly zero?...

ieee-754

Read More
Coercing floating-point to be deterministic in .NET?...

c#.netfloating-pointieee-754non-deterministic

Read More
PLC Structured text, convert decimal to real(float). Not getting the value I expect. (IEEE-754)...

floating-pointdecimalieee-754plccodesys

Read More
How to correctly implement multiply for floating point numbers (software FP)...

cfloating-pointmultiplicationadditionieee-754

Read More
BackNext