Common use cases of fixed-point number including in banking system or the unorm and snorm representation on GPU.

Fixed-point number is not suitable if we need both small and large numbers. It can cause problem if the number get too large (and thus overflow).

See Also