5단위 라운드 업 ( roundup )

Math.ceil( num / 5 ) * 5;

============

Math.ceil() : 소수점 올림, 정수형 반환

Math.floor() : 소수점 버림, 정수형 반환

Math.round() : 소수점 반올림, 정수형 반환

============

참고 사이트

https://www.phpschool.com/gnuboard4/bbs/board.php?bo_table=qna_function&wr_id=297896&page=1806

https://copyrightyoon.tistory.com/1467

반응형

+ Recent posts