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