Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

half-precision floating point numbers [duplicate]

Looping over a range of floats in C

c for-loop floating-point

Accurate computation of PDF of standard normal distribution using C standard math library

How to read binary file as float with ifstream and istreambuf_iterator?

c++ vector floating-point

IEEE floating point exception - why?

Why does 0.125, formatted with 2 digits of decimal precision, show "0.12" not "0.13"?

How to convert 64 bit binary string to a double float in ruby?

How to subtract two floating point numbers derived from a string

Java are de-normalized numbers guarantied?

java floating-point

Is negative zero always equal zero [duplicate]

c++ floating-point ieee-754

Inconsistent summation in C

What is the minimum number of significant decimal digits in a floating point literal to represent the value as correct as possible?

Error in Floating point operation in C

How to initialize a float variable to be infinity in C language ? [duplicate]

Trouble printing float64 value in C

c types floating-point printf

OpenMP parallel for with floating-point range

While 3 * 0.1 cannot be represented exactly, why can Javascript properly calculate 0.15 * 2? [duplicate]

javascript floating-point

How to keep a trailing zero when printing a float without setting precision?

rust floating-point

Are IEEE float and double guaranteed to be the same size on any OS?