julia
49fb7924 - Fix `div` docstring to describe division, after #33040 (#33703)

Commit
6 years ago
Fix `div` docstring to describe division, after #33040 (#33703) It looks like in #33040 the `div` docstring was accidentally incorrectly copied from the `rem` docstring, so it currently describes the `rem` operation, not `div`. This commit changes that docstring to correctly describe integer division with custom rounding.
Author
Committer
Parents
Loading