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

 #include   <stdlib.h>
 #include   <math.h>

 long double fabsl(x);
 long double x;

    This is the long double-precision version of fabs(); it calculates
    the absolute value of a long double-precision floating point
    value. See fabs() for more information.

    Returns:    The absolute value of x.

 Portability:   Not supported by the ANSI standard.


See Also: cabs()

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