Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ieee-754

What are the applications/benefits of an 80-bit extended precision data type?

Is there an open-source c/c++ implementation of IEEE-754 operations? [closed]

Why do I need 17 significant digits (and not 16) to represent a double?

What uses do floating point NaN payloads have?

floating-point nan ieee-754

How to simulate Single precision rounding with Doubles?

Denormalized Numbers - IEEE 754 Floating Point

How to check if float can be exactly represented as an integer

c double ieee-754

Invertability of IEEE 754 floating-point division

Convert ieee 754 float to hex with c - printf

c floating-point ieee-754

Cases where float == and != are not direct opposites

IEEE double such that sqrt(x*x) ≠ x

Behaviour of negative zero (-0.0) in comparison with positive zero (+0.0)

c++ floating-point ieee-754

Why does casting Double.NaN to int not throw an exception in Java?

Floating-point: "The leading 1 is 'implicit' in the significand." -- ...huh?

ieee-754

Detecting a negative 0 stored as a double in C++

c++ double ieee-754

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

next higher/lower IEEE double precision number

Why is "Divide by Zero" or any other exception not raised?

c# .net linq ieee-754

How many unique values are there between 0 and 1 of a standard float?

c# floating-point ieee-754

Status of __STDC_IEC_559__ with modern C compilers