asked 57.7k views
5 votes
Let f(x) =[[x]], what is f(-5.2)​

1 Answer

3 votes

flooring a value, simply means, dropping it to the closest integer, so for the floor function or ⌊x⌋, that means

⌊ 2.5 ⌋ = 2

⌊ 2.00000001 ⌋ = 2

⌊ 2.999999999999⌋ = 2

⌊ -2.0000000001⌋ = -3

⌊ -2.999999999999⌋ = -3

let's recall that on the negative side of the number line, the farther from 0, the smaller, so -1,000,000 is a tiny number compared to the much larger -1.

⌊ -5.2 ⌋ = -6.

answered
User Jebbie
by
8.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.