Range
The range is the span of numbers that a fixed-point data type and scaling can represent. Range is limited because fixed-point words have limited size.
Topics
- Range and PrecisionRange and precision of fixed-point data types. 
- Saturation and WrappingSaturation and wrapping describe a particular way that some processors deal with overflow conditions. 
- Determine the Range of Fixed-Point NumbersFixed-point variables have a limited range because digital systems represent numbers with a finite number of bits. 
- Guard BitsEliminate the possibility of overflow by appending the appropriate number of guard bits to a binary word. 
- Underflow and Overflow Logging Using fiprefExamples of using fiprefobjects to set logging preferences forfiobjects.
- Handle Overflows in Simulink ModelsControl the warning messages you receive when a model contains an overflow. 
