Calculate secant.
Source position: math.pp line 418
function Secant(
x: Float
):Float;
Secant calculates the secant (1/cos(x)) of its argument x.
If 90 or 270 degrees is specified, an exception will be raised.
cosecant
Calculate cosecant.