Skip to content

Commit

Permalink
Update SolveQuartic.adoc
Browse files Browse the repository at this point in the history
Brackets fixed
  • Loading branch information
francomariani88 authored Jan 21, 2025
1 parent fdae6d5 commit 7ec79f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/modules/ROOT/pages/commands/SolveQuartic.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ SolveQuartic( <Quartic Polynomial> )::
[EXAMPLE]
====
`++SolveQuartic[ x^4 + x^3 + x^2 + x ]++` yields {0, -1, _i_, -_i_ }
`++SolveQuartic( x^4 + x^3 + x^2 + x )++` yields {0, -1, _i_, -_i_ }
====

0 comments on commit 7ec79f2

Please sign in to comment.