Explain the use of Math.exp() mathematical function
3 Likes
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
Explain the use of Math.ceil() mathematical function
Explain the use of Math.sin() mathematical function
Explain the use of Math.atan() mathematical function
Explain the use of Math.log() mathematical function