1. Implemented getC31 Helper (the gap rule) to Human Comfort
Visual Consistency Fix (Decimal Places)
- Issue: Whole numbers (e.g.,
21) were displaying without decimal places, looking inconsistent next to values like9.15or3.81. - Fix: Updated the
showDataRangefunction to enforce.toFixed(2)on the final return string. Values like21 kgnow display as21.00 kg.