Skip to content

Commit 88df88b

Browse files
2 parents be659f8 + af527b5 commit 88df88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basicfuns.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ transformation (in its default parametrization, see [`softplus`](@ref)), being a
170170
171171
See:
172172
* Martin Maechler (2012) [“Accurately Computing log(1 − exp(− |a|))”](http://cran.r-project.org/web/packages/Rmpfr/vignettes/log1mexp-note.pdf)
173-
"""
173+
"""
174174
log1pexp(x::Real) = _log1pexp(float(x)) # ensures that BigInt/BigFloat, Int/Float64 etc. dispatch to the same algorithm
175175

176176
# Approximations based on Maechler (2012)

0 commit comments

Comments
 (0)