Punktiarvutusega
Punktiarvutus, known in English as fixed-point arithmetic, is a type of computer arithmetic where all numbers are assumed to have a radix point (or decimal point) in the same position. This contrasts with floating-point arithmetic, where the radix point can "float" to represent a wide range of magnitudes.
In fixed-point arithmetic, the number of digits to the left and right of the radix point is
Fixed-point arithmetic is often employed in embedded systems and hardware accelerators where computational resources are limited.