Skip to content

Commit

Permalink
Remove simple_mid
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Jun 24, 2017
1 parent d4628a8 commit 42124cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/intervals/arithmetic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,6 @@ end

mid(a::Interval{Rational{T}}) where T = (1//2) * (a.lo + a.hi)

function simple_mid(a::Interval)
return 0.5*(a.lo + a.hi)
end

doc"""
diam(a::Interval)
Expand Down

0 comments on commit 42124cc

Please sign in to comment.