Secant
Writing functions:
sec(x)
Returns the secant corner, where the angle is given in radians (1 pi radians = 180 degrees). Convert radians to degrees, you can use the formula:
degrees = pi * x /180
Where pi - PI, x - value of the angle in radians.