자바스크립트 Math.pow()

1 개요[ | ]

JavaScript Math.pow()
자바스크립트 Math.pow()
console.log( Math.pow(2, -3) ); // 0.125
console.log( Math.pow(2, 3) );  // 8

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}