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>floorl() calculate floor of long double value</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 floorl()                Calculate Floor of Long Double Value

 #include   <math.h>

 long double floorl(x);
 long double x;                 Long double value.

    This is the long double precision version of floor(); it returns a
    long double precision value corresponding to the largest integer
    that is . x. See floor() for more information.

    Returns:        Long double precision result.

 Portability:   Not supported by the ANSI standard.


See Also: floor() fmod()

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