Machine Epsilon - Values For Standard Hardware Floating Point Arithmetics

Values For Standard Hardware Floating Point Arithmetics

The following values of machine epsilon are encountered in practice.

IEEE 754 - 2008 Common name C++ data type Base Precision Machine epsilon C++ or Python formula Value
binary16 half precision not available 2 11 (one bit is implicit) 2 -11 pow (2, -11) 4.88e-04
binary32 single precision float 2 24 (one bit is implicit) 2 -23 pow (2, -23) 1.192e-07
binary64 double precision double 2 53 (one bit is implicit) 2 -52 pow (2, -52) 2.22e-16
binary80 extended precision _float80 2 64 2 -64 pow (2, -64) 5.42e-20
binary128 quad(ruple) precision _float128 2 113 (one bit is implicit) 2 -113 pow (2, -113) 9.63e-35
decimal32 single precision decimal _Decimal32 10 7 0.5 × 10 -6 pow (10, -6) / 2 5e-7
decimal64 double precision decimal _Decimal64 10 16 0.5 × 10 -15 pow (10, -15) / 2 5e-16
decimal128 quad(ruple) precision decimal _Decimal128 10 34 0.5 × 10 -33 pow (10, -33) / 2 5e-34

Read more about this topic:  Machine Epsilon

Famous quotes containing the words values, standard, hardware, floating and/or point:

    The values by which we are to survive are not rules for just and unjust conduct, but are those deeper illuminations in whose light justice and injustice, good and evil, means and ends are seen in fearful sharpness of outline.
    Jacob Bronowski (1908–1974)

    [The Declaration of Independence] meant to set up a standard maxim for free society, which should be familiar to all, and revered by all; constantly looked to, constantly labored for, and even though never perfectly attained, constantly approximated, and thereby constantly spreading and deepening its influence, and augmenting the happiness and value of life to all people of all colors everywhere.
    Abraham Lincoln (1809–1865)

    A friend of mine spoke of books that are dedicated like this: “To my wife, by whose helpful criticism ...” and so on. He said the dedication should really read: “To my wife. If it had not been for her continual criticism and persistent nagging doubt as to my ability, this book would have appeared in Harper’s instead of The Hardware Age.”
    Brenda Ueland (1891–1985)

    They [the children] live in a world of delightful imagination; they pursue persons and objects that never existed; they make an Argosy laden with gold out of a floating butterfly,—and these stupid [grown-up people] try to translate these things into uninteresting facts.
    Woodrow Wilson (1856–1924)

    Cut out all these exclamation points. An exclamation point is like laughing at your own joke.
    F. Scott Fitzgerald (1896–1940)