atan
(atan n1)
Description:
The trignonetric function arctan
Arguments:
n1 -- a real value
Returns: the arctan of n1
Examples:
(atan 1.0) => 0.785398
Back to index