sec()
Determines the secant of a given number either in radians or in degrees.
This function is valid in v2.0.0 to v2.14.3. This function has been downloaded 3 times.false
true
then angle
will be interpreted in degrees, otherwise angle
will be interpreted in radians.angle
in radians by default, but if opt_usingDegrees
is a true
-ish value then the secant of angle
in degrees will be returned.This function requires the following functions which are included automatically:
cos()
cot()
csc()
sin()
tan()