~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/elementary_functions/help/ja_JP/symbolic/mulf.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
 
4
 * Copyright (C) INRIA
 
5
 * 
 
6
 * This file must be used under the terms of the CeCILL.
 
7
 * This source file is licensed as described in the file COPYING, which
 
8
 * you should have received as part of this distribution.  The terms
 
9
 * are also available at    
 
10
 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
 
11
 *
 
12
 -->
 
13
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="ja" xml:id="mulf">
 
14
    <refnamediv>
 
15
        <refname>mulf</refname>
 
16
        <refpurpose>シンボリックな乗算</refpurpose>
 
17
    </refnamediv>
 
18
    <refsynopsisdiv>
 
19
        <title>呼び出し手順</title>
 
20
        <synopsis>mulf('d','c')</synopsis>
 
21
    </refsynopsisdiv>
 
22
    <refsection>
 
23
        <title>説明</title>
 
24
        <para>
 
25
            文字列 <literal>'c*d'</literal>を返します.
 
26
            <literal>'1*c' = 'c'</literal>のような簡単化が行われます.
 
27
        </para>
 
28
    </refsection>
 
29
    <refsection>
 
30
        <title>例</title>
 
31
        <programlisting role="example"><![CDATA[ 
 
32
mulf('1','a')
 
33
mulf('0','a')
 
34
'a'+'b'   //注意...
 
35
 ]]></programlisting>
 
36
    </refsection>
 
37
    <refsection role="see also">
 
38
        <title>参照</title>
 
39
        <simplelist type="inline">
 
40
            <member>
 
41
                <link linkend="rdivf">rdivf</link>
 
42
            </member>
 
43
            <member>
 
44
                <link linkend="addf">addf</link>
 
45
            </member>
 
46
            <member>
 
47
                <link linkend="subf">subf</link>
 
48
            </member>
 
49
        </simplelist>
 
50
    </refsection>
 
51
</refentry>