Appendix A. CRBasic Programming Instructions
ASIN
Returns the arcsin of a number.
Syntax
x = ASIN(source)
ATN
Returns the arctangent of a number.
Syntax
x = ATN(source)
ATN2
Returns the arctangent of y / x.
Syntax
x = ATN(y , x)
COS
Returns the cosine of an angle specified in radians.
Syntax
x = COS(source)
COSH
Returns the hyperbolic cosine of an expression or value.
Syntax
x = COSH(source)
SIN
Returns the sine of an angle.
Syntax
x = SIN(source)
SINH
Returns the hyperbolic sine of an expression or value.
Syntax
x = SINH(Expr)
TAN
Returns the tangent of an angle.
Syntax
x = TAN(source)
567