Fixes #571 - Add EXCEL_PRECISION constant (15 significant digits) - Fix FLOOR(7.1, 0.1) returning 7.0 instead of 7.1 - Apply to_excel_precision to ratio before floor/ceil operations - Affects FLOOR, FLOOR.MATH, and FLOOR.PRECISE functions - Add test_floor with 6 test cases