Module numeric

Source
Expand description

Representations of numeric types.

Structsยง

Numeric
Represent a sql Decimal / Numeric type. It is stored in a i128 and has a maximum precision of 38 decimals.