Skip to content

Commit

Permalink
Fix #115
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Aug 10, 2024
1 parent 45febb9 commit 82b3f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/images_abstractions/newton_method.jl
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ md"""
"""

# ╔═╡ 786f8e78-7c2d-11eb-1bb8-c5cb2e349f45
expand(ex) = simplify(ex, polynorm=true)
expand(ex) = simplify(ex; expand=true)

# ╔═╡ 98158a38-7c30-11eb-0796-2335e97ec6d0
expand( f(z + η) )
Expand Down

0 comments on commit 82b3f62

Please sign in to comment.