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

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

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

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

    Returns:    The hyperbolic tangent of x.

 Portability:   Not supported by the ANSI standard.

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

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