Awesome
Quantized arithmetic
The Noir library to calculate quantized value of the zero-point quantization method. Currently, it supports four operators of addition, subtraction, multiplication and division.
Example
cd quantized_arithmetic
nargo test test_mul --show-output
nargo test test_div --show-output
nargo test test_add --show-output
nargo test test_sub --show-output