summaryrefslogtreecommitdiff
path: root/help/en_US/filtic.xml
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/filtic.xml')
-rw-r--r--help/en_US/filtic.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/help/en_US/filtic.xml b/help/en_US/filtic.xml
index f27f53e..161cca0 100644
--- a/help/en_US/filtic.xml
+++ b/help/en_US/filtic.xml
@@ -55,12 +55,10 @@ The vectors b and a represent the numerator and denominator coefficients of the
<title>Examples</title>
<programlisting role="example"><![CDATA[
filtic([%i,1,-%i,5], [1,2,3*%i], [0.8*%i,7,9])
-//Expected Output:
-//ans =
-//-22.6i
-// 2.4
-// 0
-
+ans =
+0.00000 - 22.60000i
+2.40000 + 0.00000i
+0.00000 + 0.00000i
]]></programlisting>
</refsection>
</refentry>