Posts [PoiemaWeb] 5.24 수학 상수와 함수를 위한 Math객체(PoiemaWeb-Javascript)
Post
Cancel

[PoiemaWeb] 5.24 수학 상수와 함수를 위한 Math객체(PoiemaWeb-Javascript)

Math 객체는 수학 상수와 함수를 위한 프로퍼티와 메소드를 제공하는 빌트인 객체이다. Math 객체는 생성자 함수가 아니다. 따라서 Math 객체는 정적(static) 프로퍼티와 메소드만을 제공한다.

사용 빈도가 높은 프로퍼티와 메소드만을 설명한다.

출처

This post is licensed under CC BY 4.0 by the author.

[PoiemaWeb] 5.23 Number 레퍼 객체(PoiemaWeb-Javascript)

[PoiemaWeb] 5.25 날짜와 시간을 위한 Date 객체