floor() Math Calculation Web & Application float x = 2.88; float a = floor(x); // Set "a" to 2.0 Calculates the closest value that is less than or equal to the value of the parameter. floor(value) float float ceil() 1.0 Function PDE