the result of math.ceil 10.4 is
Answers
Answered by
1
What does math .ceil X method return?
ceil() function returns the smallest integral value greater than the number. If number is already integer, same number is returned. Syntax: math. ceil(x) Parameter: x: This is a numeric expression.
Similar questions