Hyperbolic secant function.

Namespace: TPSA
Assembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TPSA sech()
Visual Basic
Public Function sech As TPSA
Visual C++
public:
TPSA^ sech()

Return Value

The hyperbolic secant of the instance.

Remarks

Creates a new object and does not modify the instance.

See Also