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

« back to all changes in this revision

Viewing changes to modules/special_functions/help/pt_BR/gammaln.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:ns5="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="gammaln" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>gammaln</refname>
16
 
    <refpurpose>o logaritmo (natural) da fun��o gama </refpurpose>
17
 
  </refnamediv>
18
 
  <refsynopsisdiv>
19
 
    <title>Seq��ncia de Chamamento</title>
20
 
    <synopsis>y = gammaln(x)</synopsis>
21
 
  </refsynopsisdiv>
22
 
  <refsection>
23
 
    <title>Parameters</title>
24
 
    <variablelist>
25
 
      <varlistentry>
26
 
        <term>x</term>
27
 
        <listitem>
28
 
          <para>vetor de reais </para>
29
 
        </listitem>
30
 
      </varlistentry>
31
 
      <varlistentry>
32
 
        <term>y</term>
33
 
        <listitem>
34
 
          <para>vetor de reais com o mesmo tamanho</para>
35
 
        </listitem>
36
 
      </varlistentry>
37
 
    </variablelist>
38
 
  </refsection>
39
 
  <refsection>
40
 
    <title>Description</title>
41
 
    <para>
42
 
      <literal>gammaln(x)</literal> avalia o logaritmo (natural) da fun��o
43
 
      gama em todos os elementos de <literal>x</literal>, evitando underflow e
44
 
      overflow. <literal>x</literal> deve ser de reais.
45
 
    </para>
46
 
  </refsection>
47
 
  <refsection>
48
 
    <title>Exemplos </title>
49
 
    <programlisting role="example"><![CDATA[ 
 
14
    <refnamediv>
 
15
        <refname>gammaln</refname>
 
16
        <refpurpose>o logaritmo (natural) da fun��o gama </refpurpose>
 
17
    </refnamediv>
 
18
    <refsynopsisdiv>
 
19
        <title>Seq��ncia de Chamamento</title>
 
20
        <synopsis>y = gammaln(x)</synopsis>
 
21
    </refsynopsisdiv>
 
22
    <refsection>
 
23
        <title>Parameters</title>
 
24
        <variablelist>
 
25
            <varlistentry>
 
26
                <term>x</term>
 
27
                <listitem>
 
28
                    <para>vetor de reais </para>
 
29
                </listitem>
 
30
            </varlistentry>
 
31
            <varlistentry>
 
32
                <term>y</term>
 
33
                <listitem>
 
34
                    <para>vetor de reais com o mesmo tamanho</para>
 
35
                </listitem>
 
36
            </varlistentry>
 
37
        </variablelist>
 
38
    </refsection>
 
39
    <refsection>
 
40
        <title>Description</title>
 
41
        <para>
 
42
            <literal>gammaln(x)</literal> avalia o logaritmo (natural) da fun��o
 
43
            gama em todos os elementos de <literal>x</literal>, evitando underflow e
 
44
            overflow. <literal>x</literal> deve ser de reais.
 
45
        </para>
 
46
    </refsection>
 
47
    <refsection>
 
48
        <title>Exemplos </title>
 
49
        <programlisting role="example"><![CDATA[ 
50
50
gammaln(0.5)
51
51
 ]]></programlisting>
52
 
  </refsection>
53
 
  <refsection role="see also">
54
 
    <title>Ver Tamb�m</title>
55
 
    <simplelist type="inline">
56
 
      <member>
57
 
        <link linkend="gamma">gamma</link>
58
 
      </member>
59
 
      <member>
60
 
        <link linkend="dlgamma">dlgamma</link>
61
 
      </member>
62
 
    </simplelist>
63
 
  </refsection>
64
 
  <refsection>
65
 
    <title>Autores</title>
66
 
    <para>W. J. Cody e L. Stoltz (c�digo de Netlib (specfun))</para>
67
 
  </refsection>
 
52
    </refsection>
 
53
    <refsection role="see also">
 
54
        <title>Ver Tamb�m</title>
 
55
        <simplelist type="inline">
 
56
            <member>
 
57
                <link linkend="gamma">gamma</link>
 
58
            </member>
 
59
            <member>
 
60
                <link linkend="dlgamma">dlgamma</link>
 
61
            </member>
 
62
        </simplelist>
 
63
    </refsection>
 
64
    <refsection>
 
65
        <title>Autores</title>
 
66
        <para>W. J. Cody e L. Stoltz (c�digo de Netlib (specfun))</para>
 
67
    </refsection>
68
68
</refentry>