Newbetuts
.
New posts in floating-point
Cancellation Problem in Borwein's quartic Algorithm for computing $\pi$
numerical-methods
floating-point
catastrophic-cancellation
How to alter a float by its smallest increment (or close to it)?
c++
c
floating-point
Are the bit patterns of NaNs really hardware-dependent?
java
floating-point
nan
ieee-754
Why does a float variable stop incrementing at 16777216 in C#?
c#
floating-point
How to check whether input value is integer or float?
java
floating-point
int
rounding
double or float, which is faster? [duplicate]
c++
floating-point
double
Set the display precision of a float in Ruby
ruby
floating-point
precision
Double vs float on the iPhone
iphone
cocoa-touch
floating-point
ieee-754
How to force GCC to assume that a floating-point expression is non-negative?
c++
gcc
assembly
floating-point
micro-optimization
Will the scope of floating point variables affect their values?
c#
floating-point
Why does MSVS not optimize away +0?
c
floating-point
How does rewriting $x^2 -y^2$ as $(x+y)(x-y)$ avoid catastrophic cancellation?
numerical-methods
floating-point
catastrophic-cancellation
Unittest (sometimes) fails because floating-point imprecision
python
unit-testing
floating-point
Convert timedelta to floating-point
python
datetime
python-2.7
floating-point
timedelta
JSON standard - floating point numbers
json
floating-point
standards
exponent
Round a float up to the next integer in objective C?
objective-c
floating-point
int
Algebraic structure for the floating-point arithmetic.
abstract-algebra
group-theory
floating-point
Adding smallest possible float to a float
c++
c++11
floating-point
Comparing float and double in C
c
floating-point
Why does Rust not implement total ordering via the Ord trait for f64 and f32?
sorting
rust
floating-point
partial-ordering
Prev
Next