Ninja Library - Mathematical Function

njTanh

Returns a hyperbolic tangent

FORMAT

Float njTanh( ang )
Angle ang

PARAMETER

 ang  Angle 

RETURN

Value of hyperbolic tangent

DESCRIPTION

Determines the hyperbolic tangent of given angle ang and returns the value found as the result.

EXAMPLE

ans = njTanh( NJM_RAD_ANG(1) );
% Result %
ans = 0.761579

REFERENCE

njCosech()
njCosh()
njCoth()
njSech()
njSinh()

njTanh
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999