Computer Science, asked by joshadith, 11 months ago

what is the return data type of math.log??

Answers

Answered by Anonymous
3

hey...

log(double a) returns the natural logarithm (base e) of a double value. Special cases: If the argument is NaN or less than zero, then the result is NaN. ... If the argument is positive zero or negative zero, then the result is negative infinity.

Answered by Anonymous
2

Explanation:

double...is the answer

Similar questions