javaScript/JS Tutorial

[javaScript] Math.sqrt() 제곱근

mooyou 2022. 11. 28. 13:12
728x90
300x250
SMALL

Math.sqrt()

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

Math.sqrt(64); //8

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

728x90
반응형
LIST