Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

Decimal arithmetics in C or C++?

TI Basic Numeric Standard

Synthesisable Fixed/Floating points in VHDL's IEEE Library

On a float rounding error

Why use anything but unions for IEEE 754 floating point format?

c ieee-754

Does C++ standard allow std::optional<double> to be implemented without overhead

why floor, ceil implementation return x + x when x is NaN or inf?

c glibc ieee-754 floor

Why does webassembly have a square root opcode?

webassembly ieee-754

performing floating point addition algorithmically

Why is 0.1f's last binary bit rounded to 1?

Is it dangerous converting from float to BigDecimal then back?

How to convert 4 byte IEEE (little endian) float binary representation to float

IEEE-754 floating point: Divide first or multiply first for best precision?

ieee-754

Why console.log shows only part of the number resulting from 0.1+0.2=0.30000000000000004

javascript binary ieee-754

ieee754 floating point 1/x * x > 1.0

c floating-point ieee-754

Floating point accuracy again

Displaying IEEE-754 quadruple-precision (binary128) floating point values in scientific notation in C#

Converting double to float without relying on the FPU rounding mode

IEEE 754 Rounding to Positive Infinity

rounding ieee-754 infinity

Why does this loop never end? [duplicate]

floating-point ieee-754