Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

'is' operator behaves unexpectedly with floats

What is the idiomatic way to get the index of a maximum or minimum floating point value in a slice or Vec in Rust?

Determining if a float has a fractional part?

Java print four byte hexadecimal number

NSNumber from CGFloat

Generate random numbers in specified range - various cases (int, float, inclusive, exclusive)

What numerical algorithm is simplified by defining sqrt(-0.0) as -0.0?

floating-point ieee-754

Difference in output printing a pre-initialized Java double vs. inline

java string floating-point

Rounding of last digit changes after Windows .NET update

c# floating-point .net-4.8

python: unpack IBM 32-bit float point

Standard-compliant way to define a floating-point equivalence relationship

c++ floating-point

Handling Floating-Point exceptions in C++

Floating point math in python / numpy not reproducible across machines

A surprise with 1**math.nan and 0j**math.nan

Arithmetic with very small numbers in R

r floating-point

Explicit conversion from Single to Decimal results in different bit representation

Java: Should I use float or Float? [duplicate]

floating-point constant comparison - (0.0 ? 1 : 0)

With IEEE-754, 0 < ABS(const) < 1, is (x / const) * const guaranteed to return distinct results for distinct values of X?

Will fixed-point arithmetic be worth my trouble?