Add 'rounding down' support to pow
to mimic our powDecimal
function in solidity.
#92
Labels
pow
to mimic our powDecimal
function in solidity.
#92
Wei's
pow
uses Big.js pow which uses the currently set rounding mode. Default Big.js rounding mode is round up. This is a problem because ourpowDecimal
in solidity rounds down (truncation).js-monorepo/packages/wei/src/wei.ts
Line 218 in 7beca44
https://github.com/Synthetixio/synthetix/blob/645a49c07c148d1cef91aafb95e0e05a0f103740/contracts/Math.sol#L17-L29
The text was updated successfully, but these errors were encountered: