Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

Floating point arithmetic and reproducibility

r floating-point ieee-754

What are the other NaN values?

IEEE-754 compliant round-half-to-even

Converting hex string representation to float in python

python hex ieee-754

In C, is specifying 2.0f the same as 2.000000f?

c ieee-754

How to subtract IEEE 754 numbers?

how IEEE-754 floating point numbers work

what languages get IEEE 754 right?

ieee-754

Does unary minus just change sign?

Properties of 80-bit extended precision computations starting from double precision arguments

Fastest algorithm to identify the smallest and largest x that make the double-precision equation x + a == b true

c floating-point ieee-754

Handling money value, is it safe to divide a number by 100?

javascript ieee-754 ieee

IEE 754 total order in standard C++11

c++11 ieee-754

Why does frexp() not yield scientific notation?

How can I convert four characters into a 32-bit IEEE-754 float in Perl?

What is (+0)+(-0) by IEEE floating point standard?

c++ floating-point ieee-754

Can I guarantee the C++ compiler will not reorder my calculations?

Converting Int to Float or Float to Int using Bitwise operations (software floating point)

IEEE Std 754 Floating-Point: let t := a - b, does the standard guarantee that a == b + t?

c++ c floating-point ieee-754

How do I save a floating-point number in 2 bytes?