Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

What is the use of feholdexcept etc.?

Why does table-based sin approximation literature always use this formula when another formula seems to make more sense?

Confusion on NaN in Java

java floating-point double nan

Computing x mod y where y is not representable as floating point

Why do you need an explicit `-lm` compiler option [duplicate]

c gcc floating-point

Is there any difference in using %f, %e, %g, %E or %G with scanf?

c floating-point scanf

Is it possible to use extended precision (80-bit) floating point arithmetic in GHC/Haskell?

Round-twice error in .NET's Double.ToString method

Precision difference when printing Python and C++ doubles

gcc rounding difference between versions

Which algorithms benefit most from fused multiply add?

floating-point fma

Rounding problem with rspec tests when comparing float arrays

Is it correct to compare a double to zero if you previously initialized it to zero?

c++ c floating-point

PHP float modulus not working

php floating-point modulus

What's the difference between the classes Floating and Fractional in Haskell?

How to set precision of a float

c floating-point precision

Convert float to plain string representation

php floating-point format

Is indexing of Data.Vector.Unboxed.Mutable.MVector really this slow?

Why is there no ceil(float) in Java?

java floating-point integer

How can I compare the performance of log() and fp division in C++?