Module proof_of_sql::base::math::decimal
source · Expand description
Handles parsing between decimal tokens received from the lexer into native Decimal75
Proof of SQL type.
Module for parsing an IntermediateDecimal
into a Decimal75
.
Structs§
- A decimal type that is parameterized by the scalar type
- limit-enforced precision
Enums§
- Errors related to decimal operations.
Type Aliases§
- Result type for decimal operations.