java tutorial - Java Math.exp() Method - tutorial java - java programming - learn java - java basics - java for beginners
Learn Java - Java tutorial - Java numbers exp - Java examples - Java programs
Description
Method Math.exp () - returns the natural logarithm for the base e and the argument for the exponent, where e is an irrational constant equal to approximately 2.718281828
Syntax
Options
Detailed information about the parameters:
- d is any primitive data type.
Return value
- In Java, Math.exp () returns the natural logarithm of the base e and the argument, the exponent.