floorFinds the largest integer not greater than x (base function) | |||
Arguments
Return valueThe largest integer (in double-precision floating point format) that is not greater than x is returned.ExplanationThe largest integer less than or equal to x is obtained and its corresponding double-precision floating point value is returned.See Alsoceil() |