math {rsbml}R Documentation

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.

Author(s)

Michael Lawrence


[Package rsbml version 2.0.0 Index]