Module sp_arithmetic::fixed_point [−][src]
Decimal Fixed Point implementations for Substrate 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 |