Skip to content

Commit 992d2f2

Browse files
committed
Remove jldoctest
1 parent 0ac012f commit 992d2f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/IntervalArithmetic.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ with decorations and up to 6 significant digits. Learn more:
4343
4444
# Usage
4545
46-
```jldoctest
47-
julia> using IntervalArithmetic
46+
```julia
47+
using IntervalArithmetic
4848
49-
julia> x = interval(1.0, 2.0) # create an interval
50-
[1.0, 2.0]_com
49+
# Create an interval
50+
x = interval(1.0, 2.0)
5151
52-
julia> x + exp(interval(π)) # perform a rigorous computation
53-
[24.1406, 25.1407]_com
52+
# Perform a rigorous computation
53+
x + exp(interval(π))
5454
```
5555
5656
Learn more: https://github.com/JuliaIntervals/IntervalArithmetic.jl

0 commit comments

Comments
 (0)