Ask your own question, for FREE!
Mathematics 19 Online
OpenStudy (anonymous):

what are\[\floor{x}\]and\[\ceil{x}\]

OpenStudy (anonymous):

\[\lceil x \rceil and \lfloor ? \rfloor\]

OpenStudy (anonymous):

base

OpenStudy (anonymous):

what's that?

OpenStudy (anonymous):

just being crazy

OpenStudy (anonymous):

:-P

OpenStudy (anonymous):

You are mad.

OpenStudy (anonymous):

mad?

OpenStudy (anonymous):

yeah crazy mad.

OpenStudy (anonymous):

why?

OpenStudy (anonymous):

YOu don't know what floor and ceil means ?

OpenStudy (anonymous):

yeah

OpenStudy (anonymous):

honestly!!

OpenStudy (anonymous):

the book says that floor is the largest integer smaller than or equal to x, and ceiling is the smallest integer greater than or equal to x

OpenStudy (bruce1q):

floor(n) returns the largest integer smaller than or equal to n, so by example floor(2.3) == 2 floor(2.8) == 2 floor(2.0) == 2 floor(3.01) == 3, etc. ceil(n) is similar, it returns the smallest integer that is greater than or equal to n. ceil(2.1) == 3 ciel(2.8) == 3 ciel(3.0) == 3 ciel(3.00001) == 4

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!