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

 #include    <math.h>

 long double ceill(x);
 long double x;

    This is the long double version of ceil(); it calculates the long
    double precision floating point value corresponding to the
    smallest integer that is . x. See ceil() for more information.

    Returns:    The long double result rounded up.

 Portability:   Not supported by the ANSI standard.


See Also: ceil() fmod()

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