Expand description
Utils.
Functionsยง
- apply_
exponent_ factor - Apply exponent factor using this formula:
x^E
. - apply_
factor - Apply factor using this formula:
A * x
. - apply_
factors - Apply factors using this formula:
A * x^E
. - div_
to_ factor - Convert the
value
to a factor after dividing by thedivisor
. - div_
to_ factor_ signed - Convert the
value
to a factor after dividing by thedivisor
. - market_
token_ amount_ to_ usd - Market token amount to usd value.
- usd_
to_ market_ token_ amount - Usd value to market token amount.