Learn R Programming

rsbml (version 2.30.0)

math: MathML Utilities

Description

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.

Usage

acot(x) acoth(x) acsc(x) acsch(x) asec(x) asech(x) cot(x) coth(x) csc(x) csch(x) sec(x) sech(x)

Arguments

x
The numeric value(s) for the trigonometry operation

Value

A numeric vector, the same length as x.