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

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

 long double atanl(x);
 long double x                  Long Double

    This is the long double-precision version of atan(); it returns
    the long double arctangent of x. See atan() for more
    information.

    Returns:    Actangent of x.

 Portability:   Not supported by the ANSI standard.


See Also: atan() cos() cosl() matherr() sin() sinl() tan() tanl()

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