sinh
This function computes the hyperbolic sine function from radian input.
Synopsis
function sinh(
value:numeric
)
Arguments
- value
- An array of one or more values of any dimension, in radians.
Description
The sinh returns a floating-point array with the same
dimensions as the input parameter value. The hyperbolic sine is
computed for each element of value. Missing values are ignored. If
input value is of type double the output will be
of type double.
Reference Manual Control Panel
NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.9 $ $Date: 1998/11/11 23:32:22 $