Skip to content

Commit

Permalink
Merge pull request JuliaLang#10008 from simonbyrne/log-tang
Browse files Browse the repository at this point in the history
use Tang's algorithm for log and log1p
  • Loading branch information
Viral B. Shah committed Apr 28, 2015
2 parents b0b7e59 + 826127d commit af7a8c2
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 1 deletion.
5 changes: 4 additions & 1 deletion base/math.jl
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,13 @@ function mod2pi(x::Int64)
end

# More special functions

include("special/trig.jl")
include("special/bessel.jl")
include("special/erf.jl")
include("special/gamma.jl")

module JuliaLibm
include("special/log.jl")
end

end # module
Loading

0 comments on commit af7a8c2

Please sign in to comment.