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>sqrtl() calculate long double square root</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 sqrtl()                 Calculate Long Double Square Root

 #include   <math.h>
 #include   <errno.h>

 long double sqrtl(x);
 long double x;         Long double precision value

    This is the long double precision version of sqrt(); it
    calculates the long double precision square root of x, a long
    double precision value. See sqrt() for more information.

    Returns:    The square root of x if successful; 0 otherwise.

 Portability:   Not supported by the ANSI standard.


See Also: exp() log() matherr() pow() sqrt()

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