Skip to content

Commit 5a1e6da

Browse files
authored
Merge pull request #572 from geogebra/francomariani88-patch-1
Update CIFactor.adoc
2 parents c740b56 + 6bd6f90 commit 5a1e6da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/modules/ROOT/pages/commands/CIFactor.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CIFactor( <Expression> )::
1010
[EXAMPLE]
1111
====
1212
13-
`++CIFactor[x^2 + x + 1]++` returns stem:[ \left( x + \frac{-ί \sqrt{3} + 1}{2} \right) \left( x + \frac{ί \sqrt{3}
13+
`++CIFactor(x^2 + x + 1)++` returns stem:[ \left( x + \frac{-ί \sqrt{3} + 1}{2} \right) \left( x + \frac{ί \sqrt{3}
1414
+ 1}{2} \right)]
1515
1616
====
@@ -21,7 +21,7 @@ CIFactor( <Expression>, <Variable> )::
2121
[EXAMPLE]
2222
====
2323
24-
`++CIFactor[a^2 + a + 1, a]++` returns stem:[ \left( a + \frac{-ί \sqrt{3} + 1}{2} \right) \left( a + \frac{ί
24+
`++CIFactor(a^2 + a + 1, a)++` returns stem:[ \left( a + \frac{-ί \sqrt{3} + 1}{2} \right) \left( a + \frac{ί
2525
\sqrt{3} + 1}{2} \right)]
2626
2727
====

0 commit comments

Comments
 (0)