Fixed-point maximum value and minimum value is simply the largest value that can be represented in the underlying integer type multiplied by the scaling factor.
Very few computer languages include built-in support for Fixed-point values, because for most applications, binary or decimal floating-point Data representations are usually simpler to use and accurate enough.
Almost all Relational Database Management System (databases), and the SQL, support Fixed-point decimal arithmetic and storage of numbers.
- based on information obtained 2018-09-18-