[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Math/LN10 [Back]  [Original]

Math.LN10 - JavaScript | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

Math.LN10

Baseline Widely available

This feature is well established and works across many devices and browser versions. Its been available across browsers since 2015 7.

Math.LN10 10 , 2.302 .

Math.LN10=ln(10)2.302\mathtt{\mi{Math.LN10}} = \ln(10) \approx 2.302

In this article

function getNatLog10() {
  return Math.LN10;
}

console.log(getNatLog10());
// Expected output: 2.302585092994046
Property attributes of Math.LN10

LN10 Math , Math Math.LN10 . (Math )

Math.LN10

10 .

js
function getNatLog10() {
  return Math.LN10;
}

getNatLog10(); // 2.302585092994046

Specification
ECMAScript 2027 LanguageSpecification
# sec-math.ln10


Web Proxy Viewer  |  New URL  |  Original Page