Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolaru committed Jul 24, 2023
1 parent 6c48505 commit aa25188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intervals/arithmetic/trigonometric.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function sin(a::Interval{T}) where {T<:NumTypes}

diam(a) > inf(two_pi(T)) && return whole_range

# The following is equiavlent to doing temp = a / half_pi and
# The following is equivalent to doing temp = a / half_pi and
# taking floor(inf(a)), floor(sup(a))
alo, ahi = bounds(a)
lo_quadrant = minimum(find_quadrants(T, alo))
Expand Down

0 comments on commit aa25188

Please sign in to comment.