====== FLOOR Function ====== * FLOOR( ) Computes the nearest smaller integer to the value. ---- ^ Function Parameters^^ ^ Parameter ^ Description ^ ||The value to compute.| ---- FLOOR(5.8) Evaluates to 5 FLOOR(-5.8) Evaluates to -6