summaryrefslogtreecommitdiff
path: root/help/fr_FR/scilab_fr_FR_help/c_sub.html
diff options
context:
space:
mode:
Diffstat (limited to 'help/fr_FR/scilab_fr_FR_help/c_sub.html')
-rw-r--r--help/fr_FR/scilab_fr_FR_help/c_sub.html88
1 files changed, 88 insertions, 0 deletions
diff --git a/help/fr_FR/scilab_fr_FR_help/c_sub.html b/help/fr_FR/scilab_fr_FR_help/c_sub.html
new file mode 100644
index 0000000..c3e31ec
--- /dev/null
+++ b/help/fr_FR/scilab_fr_FR_help/c_sub.html
@@ -0,0 +1,88 @@
+<html><head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>c_sub</title>
+ <style type="text/css" media="all">
+ @import url("scilab_code.css");
+ @import url("xml_code.css");
+ @import url("c_code.css");
+ @import url("style.css");
+ </style>
+ </head>
+ <body>
+ <div class="manualnavbar">
+ <table width="100%"><tr>
+ <td width="30%">
+ <span class="previous"><a href="c_multiplybypi.html">&lt;&lt; c_multiplybypi</a></span>
+
+ </td>
+ <td width="40%" class="center">
+ <span class="top"><a href="section_6167af851f1275359a6b7e92eff5396f.html">scilab_toolbox</a></span>
+
+ </td>
+ <td width="30%" class="next">
+ <span class="next"><a href="c_sum.html">c_sum &gt;&gt;</a></span>
+
+ </td>
+ </tr></table>
+ <hr />
+ </div>
+
+
+
+ <span class="path" dir="ltr"><a href="index.html">scilab_toolbox</a> &gt;&gt; <a href="section_6167af851f1275359a6b7e92eff5396f.html">scilab_toolbox</a> &gt; c_sub</span>
+
+ <br /><br />
+ <div class="refnamediv"><h1 class="refname">c_sub</h1>
+ <p class="refpurpose">calcule de la soustraction depuis du code C</p></div>
+ <div class="refsynopsisdiv"><h3 class="title">Séquence d&#0039;appel</h3>
+ <div class="synopsis"><pre><span class="default">a</span><span class="default"> = </span><span class="functionid">c_sub</span><span class="default">(</span><span class="default">b</span><span class="default">,</span><span class="default">c</span><span class="default">)</span></pre></div></div>
+ <div class="refsection"><h3 class="title">Arguments</h3>
+ <dl><dt><span class="term">b</span>
+ <dd><p class="para">Premier argument d&#0039;entrée</p></dd></dt>
+ <dt><span class="term">c</span>
+ <dd><p class="para">Second argument d&#0039;entrée</p></dd></dt>
+ <dt><span class="term">a</span>
+ <dd><p class="para">Argument de sortie</p></dd></dt></dl></div>
+ <div class="refsection"><h3 class="title">Description</h3>
+ <p class="para">calcule la soustraction.</p>
+ <p class="para">Ajoutez ici plus d&#0039;informations sur cette fonction</p>
+ <p class="para">LaTeX peut etre utilisé pour afficher l&#0039;équation: Dans ce cas, le rendu pourrait être <span><img src='./_LaTeX_c_sub.xml_1.png' style='position:relative;top:6px;width:41px;height:18px' alt='$x-y$'/></span></p>
+ <p class="para">Il est possible d&#0039;inclure une image en utilisant du code Scilab (il faut déclarer au préalable le namespace xmlns:scilab=&#0034;http://www.scilab.org&#0034;):</p>
+ <div class="programlisting"><pre class="xmlcode"><span class="xmllowtag">&#0060;</span><span class="xmltagname">scilab:image</span><span class="xmlgreattag">&#0062;</span>
+<span class="xmldefault"> plot3d();</span>
+<span class="xmllowclose">&#0060;/</span><span class="xmltagname">scilab:image</span><span class="xmlgreattag">&#0062;</span></pre></div>
+ <img src='./c_sub_1.png'/>
+ <p class="para">Si une image contient une chaîne de caractères localisées, il faut alors ajouter l&#0039;attribut scilab:localized=&#0034;true&#0034;:</p>
+ <div class="programlisting"><pre class="xmlcode"><span class="xmllowtag">&#0060;</span><span class="xmltagname">scilab:image</span> <span class="xmlattributename">localized</span><span class="xmlequal">=</span><span class="xmlattributevalue">&#0034;true&#0034;</span><span class="xmlgreattag">&#0062;</span>
+<span class="xmldefault"> plot2d();</span>
+<span class="xmldefault"> xtitle("Mes jolis plots 2D");</span>
+<span class="xmllowclose">&#0060;/</span><span class="xmltagname">scilab:image</span><span class="xmlgreattag">&#0062;</span></pre></div>
+ <img src='./c_sub_fr_FR_2.png'/></div>
+ <div class="refsection"><h3 class="title">Exemples</h3>
+ <div class="programlisting"><table border="0" width="100%"><tr><td width="98%"><pre class="scilabcode"><span class="scilabid">c_sub</span><span class="scilabopenclose">(</span><span class="scilabnumber">3</span><span class="scilabdefault">,</span><span class="scilabnumber">4</span><span class="scilabopenclose">)</span></pre></td><td valign="top"><a href="scilab://scilab.execexample/"><img src="ScilabExecute.png" border="0"/></a></td><td valign="top"><a href="scilab://scilab.editexample/"><img src="ScilabEdit.png" border="0"/></a></td><td></td></tr></table></div></div>
+ <div class="refsection"><h3 class="title">Voir aussi</h3>
+ <ul class="itemizedlist"><li class="member"><a href="c_sum.html" class="link">c_sum</a> &#8212; calcule de la somme depuis du code C</li>
+ <li class="member"><a href="scilab://scilab.help/sum" class="link">Lien vers la page d&#0039;aide sum de Scilab</a></li></ul></div>
+ <br />
+
+ <div class="manualnavbar">
+ <table width="100%">
+ <tr><td colspan="3" class="next"><a href="http://bugzilla.scilab.org/enter_bug.cgi?product=Scilab%20software&component=Documentation%20pages" class="ulink">Report an issue</a></td></tr>
+<tr>
+ <td width="30%">
+ <span class="previous"><a href="c_multiplybypi.html">&lt;&lt; c_multiplybypi</a></span>
+
+ </td>
+ <td width="40%" class="center">
+ <span class="top"><a href="section_6167af851f1275359a6b7e92eff5396f.html">scilab_toolbox</a></span>
+
+ </td>
+ <td width="30%" class="next">
+ <span class="next"><a href="c_sum.html">c_sum &gt;&gt;</a></span>
+
+ </td>
+ </tr></table>
+ <hr />
+ </div>
+ </body>
+</html>