Expand description
This module defines math utilities used in Proof of SQL.
Modules§
- decimal
- Handles parsing between decimal tokens received from the lexer into native
Decimal75Proof of SQL type. Module for parsing anIntermediateDecimalinto aDecimal75. - i256
- Module containing [I256] type.
Traits§
- BigDecimal
Ext - Extension trait for
BigDecimalto provide additional functionality specific to Proof of SQL.