210k views
1 vote
The greatest integer function shown below, is defined so that it produces the gretest integer__ or equal to x. f(x)=[ [x] ]

2 Answers

2 votes

Answer:

The greatest integer function shown below, is defined so that it produces the greatest integer less than or equal to x

Step-by-step explanation:

User Naja
by
7.3k points
2 votes
Answer: less than.


Step-by-step explanation:


1) The function f(x)= [x] returns the integer number that is less than x.


2) For example,


[3.0] = 3

[3.01] = 3

[3.25] = 3

[3.55] = 3

[3.99] = 3

[4.00] = 4


User Kabanus
by
8.7k points