Specifications
Section 10. CRBASIC Programming Instructions
10-20
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)
TANH
Returns the hyperbolic tangent of an expression or value.
Syntax
x = TANH (Source)
10.6.4 Arithmetic Functions
ABS
Returns the absolute value of a number.
Syntax
x = ABS (source)
FRAC
Returns the fractional part of a number.
Syntax
x = FRAC (source)
EXP
Returns e (the base of natural logarithms) raised to a power
Syntax
x = EXP (source)
Floor
Rounds a value to a lower integer.
Syntax
variable = Floor (Number)
Ceiling
Rounds a value to a higher integer.
Syntax
variable = Ceiling (Number)