Skip to content

Commit

Permalink
Rearrange imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Feb 13, 2017
1 parent 27baa45 commit 9b5b0ec
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/ValidatedNumerics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ using FixedSizeArrays
using ForwardDiff

import Base:
+, -, *, /, //, fma,
<, >, ==, !=, , ^, <=,
+, -, *, /, //, ^, fma,
<, >, ==, !=, <=,
in, zero, one, abs, real, min, max,
sqrt, exp, log, sin, cos, tan, inv,
exp2, exp10, log2, log10,
Expand All @@ -28,7 +28,7 @@ import Base:
show, showall,
isinteger, iseven, isodd,
setdiff,
parse,
parse


export
Expand Down Expand Up @@ -76,8 +76,6 @@ export
com, dac, def, trv, ill




function __init__()
setrounding(BigFloat, RoundNearest)
setrounding(Float64, RoundNearest)
Expand Down

0 comments on commit 9b5b0ec

Please sign in to comment.