Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 389 Bytes

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