Skip to content

Commit

Permalink
special/exp.jl: fix broken jldoctest block (JuliaLang#39610)
Browse files Browse the repository at this point in the history
This was introduced in 0097bdd.
  • Loading branch information
anaveragehuman committed Feb 11, 2021
1 parent 4a3537b commit 99f98dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/special/exp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ Compute the natural base exponential of `x`, in other words ``e^x``.
```jldoctest
julia> exp(1.0)
2.718281828459045
```
""" exp(x::Real)


Expand Down

0 comments on commit 99f98dd

Please sign in to comment.