Skip to content

Commit

Permalink
Find lgamma in SpecialFunctions.jl for 0.7 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanshariff authored and andreasnoack committed Jun 26, 2018
1 parent ae40bc1 commit 647cb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StatsFuns.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module StatsFuns

import Base: Math.@horner, @irrational
using Compat
using SpecialFunctions

export
# constants
Expand Down Expand Up @@ -229,7 +230,6 @@ include("misc.jl")
include("rmath.jl")

using .RFunctions
using SpecialFunctions

include(joinpath("distrs", "beta.jl"))
include(joinpath("distrs", "binom.jl"))
Expand Down

0 comments on commit 647cb22

Please sign in to comment.