Skip to content

Commit

Permalink
Update refman.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-le authored Sep 17, 2024
1 parent 53fd990 commit 7eac04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/refman.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ Let's understand this in a simple case. Let `f(x,y) = x^3 y^5`:
(expt y 5)))
----

Then `Df(x,y)` is a down tuple with components `[2 x^2 y^5, 5 x^3 y^4]`:
Then `Df(x,y)` is a down tuple with components `[3 x^2 y^5, 5 x^3 y^4]`:

[source, clojure]
----
Expand Down

0 comments on commit 7eac04b

Please sign in to comment.