Skip to content

Commit

Permalink
Fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willtebbutt authored Mar 30, 2024
1 parent 0766bbc commit 0f08e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ julia> jvp(central_fdm(5, 1), f, (x, v)) - a * v
-8.881784197001252e-16
-3.22519788653608e-14

julia> j′vp(central_fdm(5, 1), f, x, v)[1] - a'x
julia> j′vp(central_fdm(5, 1), f, v, x)[1] - a'x
3-element Vector{Float64}:
-2.1316282072803006e-14
2.4646951146678475e-14
Expand Down

0 comments on commit 0f08e0e

Please sign in to comment.