These mathematical functions allow integers as well as floating point
numbers as arguments.
Function:sinarg
Function:cosarg
Function:tanarg
These are the ordinary trigonometric functions, with argument measured
in radians.
Function:asinarg
The value of (asin arg) is a number between
-pi/2
and
pi/2
(inclusive) whose sine is arg; if, however, arg
is out of range (outside [-1, 1]), then the result is a NaN.
Function:acosarg
The value of (acos arg) is a number between 0 and
pi
(inclusive) whose cosine is arg; if, however, arg
is out of range (outside [-1, 1]), then the result is a NaN.
Function:atanarg
The value of (atan arg) is a number between
-pi/2
and
pi/2
(exclusive) whose tangent is arg.
Function:exparg
This is the exponential function; it returns
e
to the power arg.
e
is a fundamental mathematical constant also called the base of natural
logarithms.
Function:logarg &optional base
This function returns the logarithm of arg, with base base.
If you don't specify base, the base
e
is used. If arg
is negative, the result is a NaN.
Function:log10arg
This function returns the logarithm of arg, with base 10. If
arg is negative, the result is a NaN. (log10 x)
== (log x 10), at least approximately.
Function:exptx y
This function returns x raised to power y. If both
arguments are integers and y is positive, the result is an
integer; in this case, it is truncated to fit the range of possible
integer values.
Function:sqrtarg
This returns the square root of arg. If arg is negative,
the value is a NaN.
Please take a moment to fill out
this visitor survey You can help support this site by
visiting the advertisers that sponsor it! (only once each, though)