138k views
3 votes
Compute ⌈x⌉ and ⌊x⌋ for the following value of x.

13/2
⌈x⌉ =



⌊x⌋ =

1 Answer

4 votes

Answer:

⌈x⌉ = 7

⌊x⌋ = 6

Explanation:

⌈x⌉ is the ceiling function, so we round up to the nearest integer, hence, ⌈x⌉ = 7

⌊x⌋ is the floor function, so we round down to the nearest integer, hence, ⌊x⌋ = 6

User Osama Buzdar
by
9.2k points