Name the built-in mathematical function that is used to return the higher integer of the given decimal number?
Answers
Answered by
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
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