Math.E

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Math.E 정적 데이터 속성은 오일러 수를 의미하며, 자연로그의 밑 값 e를 나타내며 약 2.718의 값을 가집니다.

시도해보기

𝙼𝚊𝚝𝚑.𝙴=e2.718\mathtt{Math.E} = e \approx 2.718
Property attributes of Math.E
쓰기 가능불가능
열거 가능불가능
설정 가능불가능

설명

EMath의 정적 속성이므로, 생성한 Math 객체(Math는 생성자가 아닙니다)의 속성 대신 항상 Math.E를 사용해야 합니다.

예제

Math.E 사용하기

다음 함수는 e 값을 반환합니다.

js
function getNapier() {
  return Math.E;
}

getNapier(); // 2.718281828459045

명세서

Specification
ECMAScript Language Specification
# sec-math.e

브라우저 호환성

BCD tables only load in the browser

같이 보기