FE/Javascript
[ JAVASCRIPT ] 반올림, 올림, 버림
HEON.D
2022. 2. 22. 10:54
모두 정수형 반환
올림
Math.ceil()
버림
Math.floor()
반올림
Math.round()