Class log

All Implemented Interfaces:
ArithFunction, Serializable

public class log extends DefaultArithFunction

Function: math.log(N): encapsulates java Math.log(N), returns the natural logarithm (base e) of N.

See Also: