Computer Science
Explain the use of Math.exp() mathematical function
Java Math Lib Methods
3 Likes
Answer
This method returns e (Euler's number) raised to the power of a double value. It has the following syntax:
double exp(double a)
Answered By
2 Likes