Expand description

Decimal related utils

Structs

Decimal is the generic representation of a single decimal value

Type Definitions

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.