Skip to content

Commit 8e8676d

Browse files
authored
Add a compat entry for three argument div (#44181)
1 parent c656433 commit 8e8676d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/div.jl

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ an integer according to the rounding mode `r`. In other words, the quantity
1212
1313
without any intermediate rounding.
1414
15+
!!! compat "Julia 1.4"
16+
The three-argument method taking a `RoundingMode` requires Julia 1.4 or later.
17+
1518
See also [`fld`](@ref) and [`cld`](@ref), which are special cases of this function.
1619
1720
# Examples:

0 commit comments

Comments
 (0)