Content deleted Content added
typo Tags: Reverted possibly inaccurate edit summary Visual edit |
restructuring and precise references Tags: Reverted Visual edit |
||
Line 2:
{{Floating-point}}
{{Computer architecture bit widths}}
In [[computing]], '''quadruple precision''' (or '''quad precision''') is a binary [[Floating-point arithmetic|floating-point]]–based [[computer number format]] that occupies 16 bytes (128 bits) in memory
== Purpose and use ==
Line 10:
Beware: on nowadays common 64-bit hardware 128-bit computations are often '''significantly slower''' than smaller datatypes.
== Range and precision ==
binary128 mostly provides 113 bits ~34 decimal digits of precision and an enormous range from 'denormal' ±6.E-4966 over min-normal ±3.3621031431120935062626778173217526E-4932 with full precision up to max ±1.189731495357231765085759326628007E+4932.
== IEEE 754 quadruple-precision binary floating-point format: binary128 ==
|