본문 바로가기
javaScript/JS Tutorial

[javaScript] Math.sqrt() 제곱근

by mooyou 2022. 11. 28.
728x90
300x250

Math.sqrt()

Math.sqrt(x) x의 제곱근(어떤 수를 2번 곱해서 나오는 수) 반환

Math.sqrt(64); //8

참고 : https://www.w3schools.com/js/js_math.asp

728x90
반응형

댓글