Skip to content

Commit

Permalink
Add a compat entry for three argument div (#44181)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenPH committed Feb 15, 2022
1 parent c656433 commit 8e8676d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/div.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ an integer according to the rounding mode `r`. In other words, the quantity
without any intermediate rounding.
!!! compat "Julia 1.4"
The three-argument method taking a `RoundingMode` requires Julia 1.4 or later.
See also [`fld`](@ref) and [`cld`](@ref), which are special cases of this function.
# Examples:
Expand Down

0 comments on commit 8e8676d

Please sign in to comment.