Skip to content

Commit

Permalink
Add export of big
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Mar 31, 2016
1 parent 5e78a33 commit 7cafd96
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/ValidatedNumerics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ import Base:
sinh, cosh, tanh, asinh, acosh, atanh,
union, intersect, isempty,
convert, promote_rule, eltype,
BigFloat, float, widen,
BigFloat, float, widen, big,
, eps,
floor, ceil, trunc, sign, round,
expm1, log1p,
isfinite, isnan,
big

isfinite, isnan

export
Interval,
Expand Down

0 comments on commit 7cafd96

Please sign in to comment.