Ninja Library - Mathematical Function
njSinh
Returns a hyperbolic sine
FORMAT
Float njSinh( ang )
Angle ang
PARAMETER
ang
Angle
RETURN
Value of hyperbolic sine
DESCRIPTION
Determines the hyperbolic sine of given angle ang and returns the value found as the result.
EXAMPLE
ans = njSinh( NJM_RAD_ANG(1) ); % Result % ans = 1.175145
REFERENCE
njCosech
()
njCosh
()
njCoth
()
njSech
()
njTanh
()
njSinh
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999