explain them exp( ) and pow ( )
Answers
Answered by
0
Explanation:
An expression that represents repeated multiplication of the same factor is called a power. The exponent corresponds to the number of times the base is used as a factor.
Answered by
77
ANSWER:-
exp(double a) description:Returns Euler's number e raised to the power of a double value. and another method Math. pow(double a, double b) description:Returns the value of the first argument raised to the power of the second argument.. But I am confused what is the difference between the two.
Similar questions