math                  package:rsbml                  R Documentation

_M_a_t_h_M_L _U_t_i_l_i_t_i_e_s

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

       x: The 'numeric' value(s) for the trigonometry operation

_V_a_l_u_e:

     A 'numeric' vector, the same length as 'x'.

_A_u_t_h_o_r(_s):

     Michael Lawrence

