diff options
Diffstat (limited to 'help/en_US/scilab_sum.xml')
-rw-r--r-- | help/en_US/scilab_sum.xml | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/help/en_US/scilab_sum.xml b/help/en_US/scilab_sum.xml deleted file mode 100644 index 5a6bdb5..0000000 --- a/help/en_US/scilab_sum.xml +++ /dev/null @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - * - * This file is released under the 3-clause BSD license. See COPYING-BSD. - * - --> -<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="scilab_sum" xml:lang="en"> - <refnamediv> - <refname>scilab_sum</refname> - <refpurpose>sum from scilab</refpurpose> - </refnamediv> - <refsynopsisdiv> - <title>Syntax</title> - <synopsis>a = scilab_sum(b,c)</synopsis> - </refsynopsisdiv> - <refsection> - <title>Arguments</title> - <variablelist> - <varlistentry> - <term>b</term> - <listitem> - <para>first input argument</para> - </listitem> - </varlistentry> - <varlistentry> - <term>c</term> - <listitem> - <para>second input argument</para> - </listitem> - </varlistentry> - <varlistentry> - <term>a</term> - <listitem> - <para>output argument</para> - </listitem> - </varlistentry> - </variablelist> - </refsection> - <refsection> - <title>Description</title> - <para>Do a sum.</para> - <para>Add here a paragraph of the function description </para> - <para> - LaTeX can also be used to render equation: In this case, the rendering should <latex>$x+y$</latex> - </para> - </refsection> - <refsection> - <title>Examples</title> - <programlisting role="example">scilab_sum(3,4)</programlisting> - </refsection> - <refsection role="see also"> - <title>See also</title> - <simplelist type="inline"> - <member> - <link linkend="c_sum">c_sum</link> - </member> - <member> - <link type="scilab" linkend="scilab.help/sum">Link to the Scilab help page</link> - </member> - </simplelist> - </refsection> -</refentry> |