Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

Harmonic Mean Calculation and Float Precision

on what systems does Python not use IEEE-754 double precision floats

Representable result of floor() and ceil()

Whats the largest denormalized and normalized number?(64bit, IEE 754-1985)

Does any floating point-intensive code produce bit-exact results in any x86-based architecture?

c x86 ieee-754 fast-math

NaNs comparing equal in Numpy

is memset(ary,0,length) a portable way of inputting zero in double array [duplicate]

Calculator to convert binary to float value -- what am I doing wrong?

c++ endianness ieee-754

Delphi and MSVC do not compare +NAN with zero the same way

c delphi ieee-754

Fast way to get a close power-of-2 number (floating-point)

Delphi: define const double from binary representation

Floating Point Arithmetic error

Does a floating-point reciprocal always round-trip?

How does javascript print 0.1 with such accuracy?

Get raw bytes of a float in Swift

Interchangeability of IEEE 754 floating-point addition and multiplication

define double constant as hexadecimal?

How is fma() implemented

What does standard say about cmath functions like std::pow, std::log etc?

Conversion from Float32Array to Uint16Array in WebGL