Answer this question 100pts!!!
Attachments:
Answers
Answered by
5
If the number is negative, NaN is returned. If the value of x is 0, the return value is always -Infinity. If the value of x is negative, the return value is always NaN. Because log () is a static method of Math, you always use it as Math.log (), rather than as a method of a Math object you created ( Math is not a constructor).
Answered by
9
Answer:
If the number is negative, NaN is returned. If the value of x is 0, the return value is always -Infinity. If the value of x is negative, the return value is always NaN. Because log () is a static method of Math, you always use it as Math.log (), rather than as a method of a Math object you created ( Math is not a constructor).
Similar questions