Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHnt committed Dec 2, 2023
1 parent 7a89de2 commit 6a8f853
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SetRounding = "3cc68bcd-71a2-5612-b932-767ffbe40ab0"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"

[extensions]
IADiffRulesExt = "DiffRules"
IntervalArithmeticDiffRulesExt = "DiffRules"

[compat]
CRlibm = "0.7, 0.8, 1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module IADiffRulesExt
module IntervalArithmeticDiffRulesExt

using IntervalArithmetic, DiffRules

Expand Down
4 changes: 2 additions & 2 deletions src/intervals/construction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ _interval_infsup(::Type{T}, a, b::Complex, d::Decoration = com) where {T<:NumTyp
"""
_interval_midpoint(T<:NumTypes, m, r, d = com)
Internal constructor for intervals described by their midpoint and radius,
i.e. of the form ``m \\pm r`.
Internal constructor for intervals described by their midpoint and radius, i.e.
of the form ``m \\pm r``.
"""
function _interval_midpoint(::Type{T}, m, r, d::Decoration = com) where {T<:NumTypes}
x = _interval_infsup(T, m, m, d)
Expand Down

0 comments on commit 6a8f853

Please sign in to comment.