![]()  | 
   |
| << Previous | Next >> | |
|   |  |
Description
- Computes the hyperbolic tangent of argument. This functions takes a unitless number as a parameter and returns a unitless number.
 Parameters
- x
 
- Float to use in computation.
 
Return value
- Returns the hyperbolic tangent of
 x. Ifx> 49.9 (approx.), the function returns INF and signals a range error. Ifx< -49.9 (approx.), the function returns -INF and signals a range error.Library
- MATH.LIB
 See also
- atan, cosh, sinh, tan
 
| Dynamic C Functions | << Previous | Next >> | rabbit.com |