Skip to content

Commit

Permalink
Remove rounding mode option in remainder (#123)
Browse files Browse the repository at this point in the history
* Remove rounding mode option in remainder

The precision of the result comes from the precision of the
arguments. We do integer division until we get a clean
result; any residue is the remainder.
  • Loading branch information
jessealama authored Apr 15, 2024
1 parent 0238031 commit 94d06c4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
Loading

0 comments on commit 94d06c4

Please sign in to comment.