Skip to content

Commit

Permalink
special/exp.jl: fix broken jldoctest block (#39610)
Browse files Browse the repository at this point in the history
This was introduced in 0097bdd.

(cherry picked from commit 99f98dd)
  • Loading branch information
anaveragehuman authored and staticfloat committed Dec 22, 2022
1 parent 5dd5da4 commit 5e76d3c
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 @@ -255,4 +255,5 @@ Compute the natural base exponential of `x`, in other words ``e^x``.
```jldoctest
julia> exp(1.0)
2.718281828459045
```
""" exp(x::Real)

0 comments on commit 5e76d3c

Please sign in to comment.