The floor function maps any humber to the greatest integer that is _[blank] the number.
Which phrase correctly fills in the blank of the previous statement?

Respuesta :

Answer:

Less Than or Equal to

Step-by-step explanation:

In mathematics and computer science, the floor and ceiling functions map a real number to the greatest preceding or the least succeeding integer, respectively. floor(x) : Returns the largest integer that is smaller than or equal to x (i.e : rounds downs the nearest integer).

ACCESS MORE