From aa251887a7cdf12ec5e8c0b07712dcc42e86ac0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Richard?= Date: Mon, 24 Jul 2023 19:28:27 +0200 Subject: [PATCH] Fix typo --- src/intervals/arithmetic/trigonometric.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intervals/arithmetic/trigonometric.jl b/src/intervals/arithmetic/trigonometric.jl index 25815be07..04ae3250d 100644 --- a/src/intervals/arithmetic/trigonometric.jl +++ b/src/intervals/arithmetic/trigonometric.jl @@ -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))