Module 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§

Precision
limit-enforced precision

Enums§

DecimalError
Errors related to decimal operations.
IntermediateDecimalError
Errors related to the processing of decimal values in proof-of-sql

Type Aliases§

DecimalResult
Result type for decimal operations.