Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Extracting floating-point significand and exponent in NumPy

Is there a way of control the wide and precision of a float in the printf() function in C?

Is it possible to export glTF models vertices, UVs and normals with signed short "2 bytes", not float "4 bytes"?

Program to convert print floating point value as fraction not working..?

c math floating-point decimal

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