Expand description
Utils for fixed-point numbers.
Functionsยง
- signed_
amount_ to_ decimal - Convert signed fixed-point amount to [
Decimal
]. - signed_
fixed_ to_ decimal - Convert signed fixed-point value to [
Decimal
]. - signed_
value_ to_ decimal - Convert signed USD value to [
Decimal
]. - unsigned_
amount_ to_ decimal - Convert unsigned fixed-point amount to [
Decimal
]. - unsigned_
fixed_ to_ decimal - Convert unsigned fixed-point number to [
Decimal
]. - unsigned_
value_ to_ decimal - Convert unsigned USD value to [
Decimal
].