Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

How can floating point calculations be made deterministic?

Python3 rounding to nearest even

Algorithm for pow(float, float)

NaN Literal in C?

c floating-point nan

Rounding up float point numbers bash

How to test floats results with doctest?

Why printf round floating point numbers?

c floating-point printf

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