Ninja Library - Mathematical Function

njSech

Returns a hyperbolic secant

FORMAT

Float njSech( ang )
Angle ang

PARAMETER

 ang  Angle 

RETURN

Value of hyperbolic secant

DESCRIPTION

Determines the hyperbolic secant of arbitrary angle ang and returns the value found as the result.

EXAMPLE

ans = njSech( NJM_RAD_ANG(1) );
% Result %
ans = 0.648072

REFERENCE

njCosech()
njCosh()
njCoth()
njSinh()
njTanh()

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