Class atan

All Implemented Interfaces:
ArithFunction, Serializable

public class atan extends DefaultArithFunction

Function: math.atan(N): encapsulates java Math.atan(N), returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.

See Also: