tanh


This function computes the hyperbolic tangent of the input.
Synopsis
function tanh(
value:float
)
Arguments
- value
- An array of one or more floating-point values of any dimension.
Description
The tanh returns a floating-point array with the same
dimensions as the input parameter value. The hyperbolic tangent is
computed for each element of value. Missing values are ignored.
Reference Manual Control Panel
NG4 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.5 $ $Date: 1995/07/26 23:33:44 $