diff options
Diffstat (limited to 'help/en_US/c_multiplybypi.xml')
-rw-r--r-- | help/en_US/c_multiplybypi.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/help/en_US/c_multiplybypi.xml b/help/en_US/c_multiplybypi.xml new file mode 100644 index 0000000..469fc4e --- /dev/null +++ b/help/en_US/c_multiplybypi.xml @@ -0,0 +1,55 @@ +<?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="c_multiplybypi" xml:lang="en"> + <refnamediv> + <refname>c_multiplybypi</refname> + <refpurpose>multiply by %pi a number</refpurpose> + </refnamediv> + <refsynopsisdiv> + <title>Syntax</title> + <synopsis>a = multiplybypi(b)</synopsis> + </refsynopsisdiv> + <refsection> + <title>Arguments</title> + <variablelist> + <varlistentry> + <term>b</term> + <listitem> + <para>first 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 special multiplication.</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*\pi$</latex> + </para> + </refsection> + <refsection> + <title>Examples</title> + <programlisting role="example">c_multiplybypi(3)</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> |