The java.lang.Math.log() is a method in Java that returns the natural logarithm of a specified number. It takes one parameter, which is the number for which the logarithm is to be calculated. The result is a double value representing the natural logarithm of the input number. The natural logarithm is the logarithm to the base e, where e is a mathematical constant approximately equal to 2.71828.
Java Math.log - 30 examples found. These are the top rated real world Java examples of java.lang.Math.log extracted from open source projects. You can rate examples to help us improve the quality of examples.