Jeremy

Results 1 issues of Jeremy

Wei's `pow` uses [Big.js pow](https://mikemcl.github.io/big.js/#pow) which uses the currently set [rounding mode](https://mikemcl.github.io/big.js/#rm). Default Big.js rounding mode is round up. This is a problem because our `powDecimal` in solidity rounds down...

wei