We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c656433 commit 8e8676dCopy full SHA for 8e8676d
base/div.jl
@@ -12,6 +12,9 @@ an integer according to the rounding mode `r`. In other words, the quantity
12
13
without any intermediate rounding.
14
15
+!!! compat "Julia 1.4"
16
+ The three-argument method taking a `RoundingMode` requires Julia 1.4 or later.
17
+
18
See also [`fld`](@ref) and [`cld`](@ref), which are special cases of this function.
19
20
# Examples:
0 commit comments