Skip to content

Commit 8f6f530

Browse files
committed
Export constants and aliases as well
Syncs list of exports with StatsFuns.
1 parent 4eee4d6 commit 8f6f530

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/LogExpFunctions.jl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
module LogExpFunctions
22

3-
export xlogx, xlogy, logistic, logit, log1psq, log1pexp, log1mexp, log2mexp, logexpm1,
4-
log1pmx, logmxp1, logaddexp, logsubexp, logsumexp, softmax!, softmax
5-
63
using DocStringExtensions: SIGNATURES
7-
84
using Base: Math.@horner, @irrational
95

6+
export loghalf, logtwo, logπ, log2π, log4π
7+
export xlogx, xlogy, logistic, logit, log1psq, log1pexp, log1mexp, log2mexp, logexpm1,
8+
softplus, invsoftplus, log1pmx, logmxp1, logaddexp, logsubexp, logsumexp, softmax,
9+
softmax!
10+
1011
include("constants.jl")
1112
include("basicfuns.jl")
1213

0 commit comments

Comments
 (0)