Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
petvana committed May 26, 2022
1 parent 45abc46 commit d2603d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intervals/functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ function nthroot(a::Interval{T}, n::Integer) where T
end

"""
Calculate `x mod y` where `x` is an interval and `y` is a positive divisor.
Calculate `x::Interval mod y::Real`, limited by `y != 0`.
"""
function mod(x::Interval, y::Real)
@assert y != zero(y) """mod(x::Interval, y::Real)
Expand Down

0 comments on commit d2603d6

Please sign in to comment.