Post AwUexgEEnyLjGfpb72 by [email protected] | |
More posts by [email protected] | |
Post #AwUexgEEnyLjGfpb72 by [email protected] | |
0 likes, 0 repeats | |
Taming Floating-Point Sums, https://orlp.net/blog/taming-float-sums/.The articl… | |
Post #AwUexhLiddvakAL5Pc by [email protected] | |
0 likes, 0 repeats | |
@hywan I know the fastest way to add two floats with imprecision: just bitwise … | |
Post #AwUexhSSEbJd53USuW by [email protected] | |
0 likes, 0 repeats | |
@rpigab fn sum(x: f64, y: f64) -> f64 { x }More imprecision but even faster. |