trigcat.spad line 145 [edit on github]
Category for the trigonometric functions.
cos(x)
returns the cosine of x
.
cot(x)
returns the cotangent of x
.
csc(x)
returns the cosecant of x
.
sec(x)
returns the secant of x
.
sin(x)
returns the sine of x
.
tan(x)
returns the tangent of x
.