We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed96b2 commit 91effa2Copy full SHA for 91effa2
base/div.jl
@@ -52,7 +52,7 @@ without any intermediate rounding.
52
53
- if `r == RoundDown`, then the result is in the interval ``[0, y)`` if `y` is positive, or
54
``(y, 0]`` otherwise. The result may not be exact if `x` and `y` have different signs, and
55
- `abs(x) < abs(y)`. See also[`RoundDown`](@ref).
+ `abs(x) < abs(y)`. See also [`RoundDown`](@ref).
56
57
- if `r == RoundUp`, then the result is in the interval `(-y,0]` if `y` is positive, or
58
`[0,-y)` otherwise. The result may not be exact if `x` and `y` have the same sign, and
0 commit comments