| 1. |
What is Greatest integer? |
|
Answer» TheGreatest IntegerFunction is denoted by y = [x]. For all real numbers, x, thegreatest integerfunction returns the largestinteger. less than or equal to x. In essence, it rounds down a real number to the nearestinteger. The Greatest Integer Function is denoted byy= [x].For all real numbers,x, thegreatest integer functionreturns the largest integerless than or equal tox. In essence, it rounds down a real number to the nearest integer. For example: [1] = 1 [1.5] = 1 [3.7] = 3 [4.3] = 4 TheGreatest IntegerFunction is denoted by y = [x]. For all real numbers, x, thegreatest integerfunction returns the largestinteger. less than or equal to x. In essence, it rounds down a real number to the nearestinteger. TheGreatest IntegerFunction is denoted by y = [x]. For all real numbers, x, thegreatest integerfunction returns the largestinteger. less than or equal to x. In essence, it rounds down a real number to the nearestinteger. |
|