Module proof_of_sql::base::math
source · Expand description
This module defines math utilities used in Proof of SQL.
Modules§
- Handles parsing between decimal tokens received from the lexer into native
Decimal75
Proof of SQL type. Module for parsing anIntermediateDecimal
into aDecimal75
.