COSEC

Calculates the cosecant of an angle

COSEC(angle, radians)

Returns the cosecant of an angle. Default assumes angle was input in radians.

Arguments

Argument

Description

angle

Angle to take cosecant of.

radians

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

Output

The cosecant of an angle.

Examples

Last updated