Secant function.

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

Collapse imageSyntax

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

Return Value

The secant of the instance.

Collapse imageRemarks

Creates a new object and does not modify the instance.

Collapse imageSee Also