Skip to content

Commit 92a484c

Browse files
committed
Update doctest
1 parent 1b78bbf commit 92a484c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ to_std(gradient((x' * A * x) ^ (-2), x))
228228
229229
# output
230230
231-
"(-2)(xᵀAᵀx)^(-3)(Aᵀx + Ax)"
231+
"(-2)(xᵀAᵀx)⁻³(Aᵀx + Ax)"
232232
```
233233
```jldoctest usage
234234
to_std(gradient(((A .* (B .* C)) * C * x)' * x, x))

0 commit comments

Comments
 (0)