Class acos

All Implemented Interfaces:
ArithFunction, Serializable

public class acos extends DefaultArithFunction

Function: math.acos(N): encapsulates java Math.acos(N), returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.

See Also: