Computer Science, asked by jyotibhati556, 2 months ago

Name the built-in mathematical function that is used to return the higher integer of the given decimal number?​

Answers

Answered by Anonymous
1

Answer:

math. ceil() will return the smallest integer value that is greater than or equal to the given number. If the number is a positive or negative decimal, then the function will return the next integer value greater than the given value.

Answered by jkour0751
1

Answer:

math. ceil() will return the smallest integer value that is greater than or equal to the given number. If the number is a positive or negative decimal, then the function will return the next integer value greater than the given value.

Similar questions