Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Why no unsigned floating point types? [duplicate]

c++ floating-point

C++: how can I test if a number is power of ten?

c++ math floating-point

Why does Math.round() return 0 for NaN arguments?

java floating-point nan

in python, how do i split a number by the decimal point

Can a double represent all values a float can represent?

c floating-point int double

Size of int and float

Get the Decimal part out of a float number

Can -ffast-math be safely used on a typical project?

comparing float/double values using == operator

java floating-point

Comparing float and double data types in objective C

Truncate float numbers with PHP

Why is my integer math with std::pow giving the wrong answer?

c++ floating-point g++

Is the behaviour of casting a negative double to unsigned int defined in the C standard? Different behaviour on ARM vs. x86

C++ declare platform independent 32-bit float

c++ qt types floating-point

Float values as dictionary key

how set numpy floating point accuracy?

numpy floating-point

Why does adding 0 to the end of float literal change how it rounds (possible GCC bug)?

c++ c gcc floating-point

Find unique elements of floating point array in numpy (with comparison using a delta value)

python numpy floating-point

Golang floating point precision float32 vs float64

go floating-point precision

How to perform round to even with floating point numbers