Skip to content

Commit d2603d6

Browse files
committed
Update docs
1 parent 45abc46 commit d2603d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intervals/functions.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ function nthroot(a::Interval{T}, n::Integer) where T
375375
end
376376

377377
"""
378-
Calculate `x mod y` where `x` is an interval and `y` is a positive divisor.
378+
Calculate `x::Interval mod y::Real`, limited by `y != 0`.
379379
"""
380380
function mod(x::Interval, y::Real)
381381
@assert y != zero(y) """mod(x::Interval, y::Real)

0 commit comments

Comments
 (0)