Expand description
Decimal Fixed Point implementations for Tetcore runtime.
Structs§
- Fixed
I64 - A fixed point number representation in the range.
- Fixed
I128 - A fixed point number representation in the range.
- Fixed
U128 - A fixed point number representation in the range.
Traits§
- Fixed
Point Number - Something that implements a decimal fixed point number.
- Fixed
Point Operand - Integer types that can be used to interact with
FixedPointNumberimplementations.