Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>long double long double-precision data type</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 long double             Long Double-Precision Data Type

    The long double type sepcifies a long double-precision floating point
    number, with values in the range: 1.2E . 4932. It is made up of 80
    bits, ten bytes, corresponding exactly to the highest accuracy floating
    point format of the 80x87 math coprocessors. Many new math functions
    have been added in Microsoft C 6.0 to support the long double format;
    all have an 'l' placed at the end of the normal function name: e.g.
    cosl(), sinl(), atanl().

   -------------------------------- Example ---------------------------------

           long double value = 1.234;
           long double ld1 = 1.234E-2334;


See Also: long double

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson