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

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

 long double atan2l(y, x);
 long double x                  Long double
 long double y                  Long double

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

    Returns:    Actangent of x, 0 if x or y is 0.

 Portability:   Not supported by the ANSI standard.


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

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