Module arithmetic::fixed_point[][src]

Expand description

Decimal Fixed Point implementations for Tetcore runtime.

Structs

FixedI64

A fixed point number representation in the range.

FixedI128

A fixed point number representation in the range.

FixedU128

A fixed point number representation in the range.

Traits

FixedPointNumber

Something that implements a decimal fixed point number.

FixedPointOperand

Integer types that can be used to interact with FixedPointNumber implementations.