

InterviewSolution
Saved Bookmarks
1. |
A floor function map a real number to ___________(a) smallest previous integer(b) greatest previous integer(c) smallest following integer(d) none of the mentionedThis question was posed to me in quiz.This intriguing question originated from Floor and Ceiling Function in chapter Basic Structures: Sets, Functions, Sequences, Sums and Matrices of Discrete Mathematics |
Answer» RIGHT answer is (B) greatest previous integer The explanation: FLOOR FUNCTION f(x) is the largest integer not greater than x. |
|