Skip to content

Commit af7a8c2

Browse files
committed
Merge pull request #10008 from simonbyrne/log-tang
use Tang's algorithm for log and log1p
2 parents b0b7e59 + 826127d commit af7a8c2

File tree

3 files changed

+428
-1
lines changed

3 files changed

+428
-1
lines changed

base/math.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,13 @@ function mod2pi(x::Int64)
369369
end
370370

371371
# More special functions
372-
373372
include("special/trig.jl")
374373
include("special/bessel.jl")
375374
include("special/erf.jl")
376375
include("special/gamma.jl")
377376

377+
module JuliaLibm
378+
include("special/log.jl")
379+
end
380+
378381
end # module

0 commit comments

Comments
 (0)