Expand description

Decimal related utils

Structs

Represents a decimal value with precision and scale. The decimal value could represented by a signed 128-bit integer.

Represents a decimal value with precision and scale. The decimal value could be represented by a signed 256-bit integer.

Traits