TrigonometricFunctionCategoryΒΆ
trigcat.spad line 145 [edit on github]
Category for the trigonometric functions.
- cos: % -> %
cos(x)
returns the cosine ofx
.
- cot: % -> %
cot(x)
returns the cotangent ofx
.
- csc: % -> %
csc(x)
returns the cosecant ofx
.
- sec: % -> %
sec(x)
returns the secant ofx
.
- sin: % -> %
sin(x)
returns the sine ofx
.
- tan: % -> %
tan(x)
returns the tangent ofx
.