Skip to content

Commit

Permalink
Revert #199 (#200)
Browse files Browse the repository at this point in the history
* Revert "Use CRlibm.setup() (#199)"

This reverts commit b85d155.

* Upperbound CRlibm

* Import parse
  • Loading branch information
dpsanders authored Feb 8, 2017
1 parent b85d155 commit 4bac230
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
julia 0.4
CRlibm 0.4
CRlibm 0.2.2 0.4
Compat 0.7.11
FixedSizeArrays 0.1.2
ForwardDiff 0.2.0
Expand Down
2 changes: 0 additions & 2 deletions src/ValidatedNumerics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ function __init__()

setprecision(Interval, 256) # set up pi
setprecision(Interval, Float64)

CRlibm.setup()
end


Expand Down
3 changes: 1 addition & 2 deletions src/intervals/rounding.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# Some, like sin(a, RoundDown) are already defined in CRlibm


# import Base: +, -, *, /, sin, sqrt, inv, ^, zero, convert, parse

import Base: +, -, *, /, sin, sqrt, inv, ^, zero, convert, parse

# unary minus:
-{T<:AbstractFloat}(a::T, ::RoundingMode) = -a # ignore rounding
Expand Down

0 comments on commit 4bac230

Please # to comment.