Home >Web Front-end >JS Tutorial >Comparison of rounding methods in js

Comparison of rounding methods in js

怪我咯
怪我咯Original
2017-06-27 11:44:17969browse

Math.ceil(): Rounding up

Math.floor(): Rounding down

Math.round(): Rounding

Things to note For example: Math.ceil (-1.6) = -1.0;

The above is the detailed content of Comparison of rounding methods in js. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn