Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Is it possible to write Quake's fast InvSqrt() function in Rust?

Convert String to Float in Swift

Easy pretty printing of floats?

Why is SSE scalar sqrt(x) slower than rsqrt(x) * x?

What's the difference between hard and soft floating point numbers?

c linux floating-point arm libc

In which order should floats be added to get the most precise result?

Floating point vs integer calculations on modern hardware

c++ x86 floating-point x86-64

Convert float to double without losing precision

java floating-point double

What is float in Java?

java floating-point

Dealing with float precision in Javascript [duplicate]

Format floats with standard json module

John Carmack's Unusual Fast Inverse Square Root (Quake III)

Converting String To Float in C#

What is the difference between quiet NaN and signaling NaN?

floating-point nan ieee-754

Why does Clang optimize away x * 1.0 but NOT x + 0.0?

C# Float expression: strange behavior when casting the result float to int

Is it possible to get 0 by subtracting two unequal floating point numbers?

Why can't I use float value as a template parameter?

How to extract a floating number from a string [duplicate]

Printf width specifier to maintain precision of floating-point value