Skip to content

Commit 1dc58b2

Browse files
committed
update docs to new TaylorModels output
1 parent 1ff414a commit 1dc58b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Approximations/overapproximate.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ julia> x₁, x₂ = set_variables(Float64, ["x₁", "x₂"], order=8)
949949
1.0 x₂ + 𝒪(‖x‖⁹)
950950
951951
julia> x₀ = IntervalBox(0..0, 2) # expansion point
952-
[0, 0] × [0, 0]
952+
[0, 0]²
953953
954954
julia> Dx₁ = IA.Interval(0.0, 3.0) # domain for x₁
955955
[0, 3]

0 commit comments

Comments
 (0)