Math.abs(x) : 절대값
Math.ceil(x) : 올림
Math.floor(x) : 버림
Math.round(x) : 반올림
source - https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Math
'Development > Common' 카테고리의 다른 글
Using the OpenSSL toolkit (0) | 2017.09.17 |
---|---|
First-class citizen, First-class function (0) | 2015.06.29 |
memory - Data segment, Code segment (0) | 2015.06.29 |
GUID(Globally Unique Identifier) (0) | 2014.04.02 |
MD 확장자 (0) | 2013.03.27 |