what is the purpose of exp in java???
Answers
Answered by
1
Answer:
Java Math exp() method with Example. The java.lang.Math.exp() returns euler's number e raised to the power of a double value. If the argument is NaN, the result is NaN. If the argument is positive infinity, then the result is positive infinity.
Anonymous:
neha
Similar questions