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

« back to all changes in this revision

Viewing changes to modules/elementary_functions/help/pt_BR/trigonometry/acoth.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:
3
3
 * Ajouter ici d'�ventuels commentaires sur le fichier XML
4
4
-->
5
5
<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="acoth" xml:lang="en">
6
 
  <refnamediv>
7
 
    <refname>acoth</refname>
8
 
    <refpurpose>arco-cotangente hiperb�lico elemento a elemento</refpurpose>
9
 
  </refnamediv>
10
 
  <refsynopsisdiv>
11
 
    <title>Seq��ncia de Chamamento</title>
12
 
    <synopsis>y = acoth(x)</synopsis>
13
 
  </refsynopsisdiv>
14
 
  <refsection>
15
 
    <title>Par�metros</title>
16
 
    <variablelist>
17
 
      <varlistentry>
18
 
        <term>x</term>
19
 
        <listitem>
20
 
          <para>array de reais ou complexos</para>
21
 
        </listitem>
22
 
      </varlistentry>
23
 
      <varlistentry>
24
 
        <term>y</term>
25
 
        <listitem>
26
 
          <para>array de reais ou complexos</para>
27
 
        </listitem>
28
 
      </varlistentry>
29
 
    </variablelist>
30
 
  </refsection>
31
 
  <refsection>
32
 
    <title>Descri��o</title>
33
 
    <para>Computa o arco-cotangente hiperb�lico do argumento elemento a
34
 
      elemento.
35
 
    </para>
36
 
  </refsection>
37
 
  <refsection>
38
 
    <title>Exemplos</title>
39
 
    <programlisting role="example"><![CDATA[ 
 
6
    <refnamediv>
 
7
        <refname>acoth</refname>
 
8
        <refpurpose>arco-cotangente hiperb�lico elemento a elemento</refpurpose>
 
9
    </refnamediv>
 
10
    <refsynopsisdiv>
 
11
        <title>Seq��ncia de Chamamento</title>
 
12
        <synopsis>y = acoth(x)</synopsis>
 
13
    </refsynopsisdiv>
 
14
    <refsection>
 
15
        <title>Par�metros</title>
 
16
        <variablelist>
 
17
            <varlistentry>
 
18
                <term>x</term>
 
19
                <listitem>
 
20
                    <para>array de reais ou complexos</para>
 
21
                </listitem>
 
22
            </varlistentry>
 
23
            <varlistentry>
 
24
                <term>y</term>
 
25
                <listitem>
 
26
                    <para>array de reais ou complexos</para>
 
27
                </listitem>
 
28
            </varlistentry>
 
29
        </variablelist>
 
30
    </refsection>
 
31
    <refsection>
 
32
        <title>Descri��o</title>
 
33
        <para>Computa o arco-cotangente hiperb�lico do argumento elemento a
 
34
            elemento.
 
35
        </para>
 
36
    </refsection>
 
37
    <refsection>
 
38
        <title>Exemplos</title>
 
39
        <programlisting role="example"><![CDATA[ 
40
40
x=-30:0.1:30;
41
41
x(abs(x)<=1)=%nan;
42
42
plot(x,acoth(x))
43
43
 ]]></programlisting>
44
 
  </refsection>
45
 
  <refsection role="see also">
46
 
    <title>Ver Tamb�m</title>
47
 
    <simplelist type="inline">
48
 
      <member>
49
 
        <link linkend="atanh">atanh</link>
50
 
      </member>
51
 
      <member>
52
 
        <link linkend="coth">coth</link>
53
 
      </member>
54
 
    </simplelist>
55
 
  </refsection>
56
 
  <refsection>
57
 
    <title>Fun��es Usadas</title>
58
 
    <para>
59
 
      Esta rotina � baseada na fun��o <literal>atanh</literal>.
60
 
    </para>
61
 
  </refsection>
 
44
    </refsection>
 
45
    <refsection role="see also">
 
46
        <title>Ver Tamb�m</title>
 
47
        <simplelist type="inline">
 
48
            <member>
 
49
                <link linkend="atanh">atanh</link>
 
50
            </member>
 
51
            <member>
 
52
                <link linkend="coth">coth</link>
 
53
            </member>
 
54
        </simplelist>
 
55
    </refsection>
 
56
    <refsection>
 
57
        <title>Fun��es Usadas</title>
 
58
        <para>
 
59
            Esta rotina � baseada na fun��o <literal>atanh</literal>.
 
60
        </para>
 
61
    </refsection>
62
62
</refentry>