From 7ec79f2ffe61c94751a3a72e6d05a98f6dbea7a6 Mon Sep 17 00:00:00 2001 From: Franco Mariani <155895126+francomariani88@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:30:24 -0300 Subject: [PATCH] Update SolveQuartic.adoc Brackets fixed --- en/modules/ROOT/pages/commands/SolveQuartic.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/modules/ROOT/pages/commands/SolveQuartic.adoc b/en/modules/ROOT/pages/commands/SolveQuartic.adoc index c39430b74..6721a84fe 100644 --- a/en/modules/ROOT/pages/commands/SolveQuartic.adoc +++ b/en/modules/ROOT/pages/commands/SolveQuartic.adoc @@ -16,6 +16,6 @@ SolveQuartic( ):: [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_ } ====