Manpage of TANH

Google
Web www.fiveanddime.net

TANH

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

1.29 `tanh', `tanhf'--hyperbolic tangent

 

SYNOPSIS


     #include <math.h>
     double tanh(double X);
     float tanhf(float X);  

DESCRIPTION

`tanh' computes the hyperbolic tangent of the argument X. Angles are specified in radians.


   `tanh(X)' is defined as
      sinh(X)/cosh(X)
   `tanhf' is identical, save that it takes and returns `float' values.

 

RETURNS

The hyperbolic tangent of X is returned.

 

PORTABILITY

`tanh' is ANSI C. `tanhf' is an extension.

 

SEE ALSO

tanh is part of the libm library. The full documentation for libm is maintained as a Texinfo manual. If info and libm are properly installed at your site, the command
info libm

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:32 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net