Class cos

All Implemented Interfaces:
ArithFunction, Serializable

public class cos extends DefaultArithFunction

Function: math.cos(N): encapsulates java Math.cos(N), returns the trigonometric cosine of an angle.

See Also: