Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Subnormal numbers in different precisions with MPFR

Approximately reversible function from a pair of floats to a single float?

math floating-point

Transmission of float values over TCP/IP and data corruption

Python - safe conversion of quotient of floats to int

Why does bfloat16 have so many exponent bits?

Convert Floating-point number into a Rational number in Java? [duplicate]

If x*y ≠ 2ⁿ, does it follow that x * y = ((x * y) / y) * y under IEEE 754 semantics?

The rounding mode of floating point numbers in C language When the mantissa of a floating point number exceeds 23 bits how to round the excess part

c floating-point

What is the closest value to 1/3 that can be achieved using IEEE 754 32-bit floating point format?

floating-point

Is there any difference of the floating point type between Java and C?

java c floating-point

How to get the next floating point value (upwards or downwards)?

java floating-point

Bitwise representation of division of floats - how division of floats works

Round to Nearest in IEEE 754

floating-point ieee-754

How to convert from cpp_dec_float_50 to cpp_int? And regarding floating points in general?

c++ boost floating-point

What's the default floating point type?

floating-point rust

Do modern x86 processors have native support for decimal floating point arithmetic?

floating-point x86

check if floating point variable has 'normal' values

c floating-point

Fast floating point model broken on next-generation intel compiler

Should two programs compiled with -O0 and -O2 each produce identical floating point results?

Is there still a difference between Math and StrictMath after Java 17 and JEP 306?