Skip to content

Commit

Permalink
Kick CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Nov 20, 2018
1 parent 7aab3c8 commit 2d23676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intervals/trigonometric.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function sin(a::Interval{Float64})
lo_quadrant, lo = quadrant(a.lo)
hi_quadrant, hi = quadrant(a.hi)

lo, hi = a.lo, a.hi # don't use the modulo version of a
lo, hi = a.lo, a.hi # should be able to use the modulo version of a, but doesn't seem to work

# Different cases depending on the two quadrants:
if lo_quadrant == hi_quadrant
Expand Down

0 comments on commit 2d23676

Please sign in to comment.