SEC

Calculates the secant of an angle

SEC(angle, radians)

Returns the secant of angle. Default assumes angle was input in radians.

Arguments

Argument

Description

angle

Angle to take secant of.

radians

True to assume input is in radians (default), false to assume input is in degrees.

Output

The secant of an angle.

Examples

Last updated