Math.sign
Math.log
Math.log2
Returns the natural logarithm (base e) of a number.
Math.log(x)
아래 값을 입력하면 예제에 즉시 반영됩니다.
console
Math
console.log(Math.log(Math.E)); // 1 console.log(Math.log(1)); // 0