Introduction to using JavaScript Math. ceil () Functions

Source: Internet
Author: User
Tags rounds

Introduction to using JavaScript Math. ceil () Functions

Math. ceil (x) -- returns the smallest integer greater than or equal to the number parameter (take the entire function) and rounds up the number. The following is a good example. If you are interested, refer

Math. ceil (x) -- returns the smallest integer greater than or equal to the number parameter (take the entire function) and rounds the number up.

 

Ceil is short for ceiling. It refers to "upper limit" in Chinese.

 

URL: http://www.dreamdu.com/javascript/Math.ceil/

 

Ceil function syntax

 

Math. ceil (x );

 

Ceil function parameters

 

X -- number of The number type

 

Ceil function return value

 

Returns the smallest integer greater than or equal to x.

 

Ceil function example

 

File. write (Math. ceil (5.99 ));

Document. write (Math. ceil (-5.99 ));

File. write (Math. ceil (1.01 ));

Document. write (Math. ceil (-1.01 ));

 

Result:

 

6

-5

2

-1

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.