Skip to content

Commit

Permalink
Add divmod to listed methods (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Feb 23, 2021
1 parent f1c8627 commit f8a36bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ either `le` (little-endian) or `be` (big-endian).
* `a.pow(b)` - raise `a` to the power of `b`
* `a.div(b)` - divide (`divn`, `idivn`)
* `a.mod(b)` - reduct (`u`, `n`) (but no `umodn`)
* `a.divmod(b)` - quotient and modulus obtained by dividing
* `a.divRound(b)` - rounded division

### Bit operations
Expand Down

0 comments on commit f8a36bf

Please sign in to comment.