Skip to content

Commit

Permalink
Use CRlibm 0.5 that does not export functions
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Mar 6, 2017
1 parent 1a15cf0 commit b28602a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/intervals/rounding.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,9 @@ for mode in (:Down, :Up)
end
end


for f in CRlibm.functions
@eval $f{T<:AbstractFloat}(a::T, $mode1) = CRlibm.$f(a, $mode2)
end

end

0 comments on commit b28602a

Please # to comment.