Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Default rounding mode in python, and how to specify it to another one?

Find the float just below a value

c# floating-point

Is x/a the same as x*(1/a) for floats?

c++ c floating-point

Exact decimal arithmetic in Julia

How is the precision loss from integer to float defined in C++?

How can I detect if a float has a repeating decimal expansion in C#?

Could not find an overload for '*' that accepts the supplied argument

Puzzled by different result from "same" type cast, float to int

Why is 5726718050568503296 truncated in JS

Floating point addition: loss-of-precision issues

c# c++ floating-point ieee-754

Optimizing javascript code to use integer arithmetic

iphone: floats cast to unsigned ints get set to 0 if they are negative?

strictfp in Java

How to check a double's bit pattern is 0x0 in a C++11 constexpr?

Can I get the byte representation of an R float?

r floating-point

I got different results with pow(10,2) and pow(10,j), j=2;

c floating-point pow

Fastest C++ way to convert float to string

How to compare two objects with float values in jasmine?

Round float to the nearest quarter in Ruby

so exactly how many digits can float8, float16, float32, float64, and float128 contain?