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

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

 long double tanl(x);
 long double x;         Long double precision value (radians)

    tanl() is the long double version of tan(); it calculates and
    returns the tangent of x. For more information, see tan().

    Returns:    The tangent of x.

 Portability:   Not supported by the ANSI standard.

See Also: acosl() asinl() atanl() atan2l() _matherrl() tan() tanl()

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