mantissa
The part of a floating-point number that holds its significant digits, separate from the exponent that sets the scale. In quantization, cutting mantissa bits is what actually loses precision: you keep the rough magnitude of each weight but round off the fine detail. It is the difference between storing 3.14159 and just 3.1.