127k views
1 vote
The ceiling function maps any number to the least integer that is _[blank]_ the number.

Which phrase correctly fills in the blank of the previous statement?



A less than or equal to


B less than


C greater than or equal to


D greater than

User Matt Stow
by
8.2k points

1 Answer

4 votes

Answer:

C. greater than or equal to

Explanation:

For example,

ceiling(5) = 5

ceiling(5.1) = 6

ceiling(-5) = -5

ceiling(-5.1) = -5

User Robert Dickey
by
8.1k points

No related questions found