|
|
|
|
|
by vanni
2387 days ago
|
|
This is called fixed-point arithmetic: https://en.wikipedia.org/wiki/Fixed-point_arithmetic > In computing, a fixed-point number representation is a real data type for a number that has a fixed number of digits after (and sometimes also before) the radix point. > A value of a fixed-point data type is essentially an integer that is scaled by an implicit specific factor determined by the type. |
|