Programming/JavaScript & TypeScript
소수점 올림 버림 반올림
Bonita SY
2020. 12. 15. 18:51
728x90
올림
Math.ceil()
버림
Math.floor()
반올림
Math.round()
728x90