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>fmodl() calculate long double floating point remainder</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 fmodl()                 Calculate Long Double Floating Point Remainder

 #include   <math.h>

 long double fmodl(x, y);
 long double x;                 Long double floating point
 long double y;                 Long double floating point

    This is the long double precision version of fmod(); it returns
    the remainder of x/y. See fmod() for more information.

    Returns:        Long double floating point remainder.

 Portability:   Not supported by the ANSI standard.


See Also: ceil() fabs() fmod()

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