[back] [prev] [next] [index] [root]
ArcTan
Returns the inverse tangens of a number.
Syntax:
y := ArcTan(x);
See also: Sin, Cos, Tan
Description:
Given an x the function returns the inverse tangens (arctan) of
x. The computation is done in the current precision of
the real field.
Example:
kash> ArcTan(.5);
> 0.4636476090008061162142562314612144020285370542861202
<- back[back] [prev] [next] [index] [root]