The OpenD Programming Language

mir.bignum.decimal

Stack-allocated decimal type.

Note: The module doesn't provide full arithmetic API for now.

Members

Enums

DecimalExponentKey (from mir.parse)
enum DecimalExponentKey via public import mir.parse : DecimalExponentKey;

Structs

Decimal
struct Decimal(uint size64)

Stack-allocated decimal type.

Meta