For positive numbers, how is applying the greatest integer function different from the method of rounding to the nearest whole number?

Respuesta :

Answer:

For all real numbers, x, the greatest integer function returns the largest integer

less than or equal to x. In essence, it rounds down a real number to the nearest integer.

Hope this helps