sin
size
Enter search terms or a module, class or function name.
sinh returns the hyperbolic sine of its parameter.
Return Value
r is the hyperbolic sine of m.
Parameters
m is a real or complex matrix.
Comment
Algorithm: ((exp(x) - exp(-x)) .* 0.5).
See also
asinh
id-75187