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

« back to all changes in this revision

Viewing changes to modules/elementary_functions/help/pt_BR/trigonometry/cotd.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:
11
11
 *
12
12
 -->
13
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: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="cotd" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>cotd</refname>
16
 
    <refpurpose>cotangent elemento a elemento do argumento dado em
17
 
      graus
18
 
    </refpurpose>
19
 
  </refnamediv>
20
 
  <refsynopsisdiv>
21
 
    <title>Seq��ncia de Chamamento</title>
22
 
    <synopsis>y=cotd(x)</synopsis>
23
 
  </refsynopsisdiv>
24
 
  <refsection>
25
 
    <title>Par�metros</title>
26
 
    <variablelist>
27
 
      <varlistentry>
28
 
        <term>x</term>
29
 
        <listitem>
30
 
          <para>array de reais</para>
31
 
        </listitem>
32
 
      </varlistentry>
33
 
      <varlistentry>
34
 
        <term>y</term>
35
 
        <listitem>
36
 
          <para>array de reais com as mesmas dimens�es que
37
 
            <literal>x</literal>.
38
 
          </para>
39
 
        </listitem>
40
 
      </varlistentry>
41
 
    </variablelist>
42
 
  </refsection>
43
 
  <refsection>
44
 
    <title>Descri��o</title>
45
 
    <para>
46
 
      As entradas <literal>y</literal> s�o as cotangentes das entradas
47
 
      correspondentes de <literal>x</literal> supostamente dadas em graus.
48
 
      <literal>t=cos(x)./sin(x)</literal>. Para entradas iguais a
49
 
      <literal>n*180</literal> com <literal>n</literal> inteiro, os resultados
50
 
      s�o infinitos, enquanto que com <literal>cotg(n*%pi)</literal> o resultado
51
 
      � grande, pois <literal>%pi</literal> n�o pode ser representado
52
 
      exatamente. para entradas iguais a <literal>n*90</literal> com
53
 
      <literal>n</literal> inteiro e �mpar, o resultado � exatamente 0.
54
 
    </para>
55
 
  </refsection>
56
 
  <refsection>
57
 
    <title>Exemplos</title>
58
 
    <programlisting role="example"><![CDATA[ 
 
14
    <refnamediv>
 
15
        <refname>cotd</refname>
 
16
        <refpurpose>cotangent elemento a elemento do argumento dado em
 
17
            graus
 
18
        </refpurpose>
 
19
    </refnamediv>
 
20
    <refsynopsisdiv>
 
21
        <title>Seq��ncia de Chamamento</title>
 
22
        <synopsis>y=cotd(x)</synopsis>
 
23
    </refsynopsisdiv>
 
24
    <refsection>
 
25
        <title>Par�metros</title>
 
26
        <variablelist>
 
27
            <varlistentry>
 
28
                <term>x</term>
 
29
                <listitem>
 
30
                    <para>array de reais</para>
 
31
                </listitem>
 
32
            </varlistentry>
 
33
            <varlistentry>
 
34
                <term>y</term>
 
35
                <listitem>
 
36
                    <para>array de reais com as mesmas dimens�es que
 
37
                        <literal>x</literal>.
 
38
                    </para>
 
39
                </listitem>
 
40
            </varlistentry>
 
41
        </variablelist>
 
42
    </refsection>
 
43
    <refsection>
 
44
        <title>Descri��o</title>
 
45
        <para>
 
46
            As entradas <literal>y</literal> s�o as cotangentes das entradas
 
47
            correspondentes de <literal>x</literal> supostamente dadas em graus.
 
48
            <literal>t=cos(x)./sin(x)</literal>. Para entradas iguais a
 
49
            <literal>n*180</literal> com <literal>n</literal> inteiro, os resultados
 
50
            s�o infinitos, enquanto que com <literal>cotg(n*%pi)</literal> o resultado
 
51
            � grande, pois <literal>%pi</literal> n�o pode ser representado
 
52
            exatamente. para entradas iguais a <literal>n*90</literal> com
 
53
            <literal>n</literal> inteiro e �mpar, o resultado � exatamente 0.
 
54
        </para>
 
55
    </refsection>
 
56
    <refsection>
 
57
        <title>Exemplos</title>
 
58
        <programlisting role="example"><![CDATA[ 
59
59
x=[30 45 60 90];
60
60
cotd(x)
61
61
 ]]></programlisting>
62
 
  </refsection>
63
 
  <refsection role="see also">
64
 
    <title>Ver Tamb�m</title>
65
 
    <simplelist type="inline">
66
 
      <member>
67
 
        <link linkend="cotg">cotg</link>
68
 
      </member>
69
 
    </simplelist>
70
 
  </refsection>
 
62
    </refsection>
 
63
    <refsection role="see also">
 
64
        <title>Ver Tamb�m</title>
 
65
        <simplelist type="inline">
 
66
            <member>
 
67
                <link linkend="cotg">cotg</link>
 
68
            </member>
 
69
        </simplelist>
 
70
    </refsection>
71
71
</refentry>