mir.bignum.decimal

Stack-allocated decimal type.

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

Public Imports

mir.bignum.low_level_view
public import mir.bignum.low_level_view : DecimalExponentKey;

Members

Functions

parseDecimal
deprecated bool parseDecimal(const(C)[] str, Decimal!maxSize64 decimal, DecimalExponentKey key)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Decimal
struct Decimal(size_t maxSize64)

Stack-allocated decimal type.

Meta