math {rsbml} | R Documentation |
Each of these functions implements a trigonometry function found in the MathML specification but not found in base R. These are all simple wrappers around existing R trig functions.
acot(x) acoth(x) acsc(x) acsch(x) asec(x) asech(x) cot(x) coth(x) csc(x) csch(x) sec(x) sech(x)
x |
The numeric value(s) for the trigonometry operation |
A numeric
vector, the same length as x
.
Michael Lawrence