Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolaru committed Sep 10, 2023
1 parent 46f2bfb commit 939e8b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/IntervalArithmetic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ export ×, dot

import Base:
+, -, *, /, //, muladd, fma,
^, sqrt, exp, log, exp2, exp10, log2, log10, inv, cbrt, hypot,
zero, one, eps, typemin, typemax, abs, abs2, min, max,
<, >, ==, !=, , ^, <=, >=,
in, zero, one, eps, typemin, typemax, abs, abs2, min, max,
sqrt, exp, log, exp2, exp10, log2, log10, inv, cbrt, hypot,
rad2deg, deg2rad,
sin, cos, tan, cot, csc, sec, asin, acos, atan, acot, sinpi, cospi, sincospi,
sinh, cosh, tanh, coth, csch, sech, asinh, acosh, atanh, acoth,
Expand Down

0 comments on commit 939e8b0

Please sign in to comment.