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

« back to all changes in this revision

Viewing changes to modules/elementary_functions/help/pt_BR/exponential/sqrt.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="ISO-8859-1"?>
 
2
<!--
 
3
 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
 
4
 * Copyright (C) 2008 - 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:ns4="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="sqrt" xml:lang="en">
 
14
    <refnamediv>
 
15
        <refname>sqrt</refname>
 
16
        <refpurpose>raiz quadrada</refpurpose>
 
17
    </refnamediv>
 
18
    <refsynopsisdiv>
 
19
        <title>Seq��ncia de Chamamento</title>
 
20
        <synopsis>y=sqrt(x)</synopsis>
 
21
    </refsynopsisdiv>
 
22
    <refsection>
 
23
        <title>Par�metros</title>
 
24
        <variablelist>
 
25
            <varlistentry>
 
26
                <term>x</term>
 
27
                <listitem>
 
28
                    <para>escalar real ou complexo ou vetor de reais ou complexos
 
29
                    </para>
 
30
                </listitem>
 
31
            </varlistentry>
 
32
        </variablelist>
 
33
    </refsection>
 
34
    <refsection>
 
35
        <title>Descri��o</title>
 
36
        <para>
 
37
            <literal>sqrt(x)</literal> � o vetor de ra�zes quadradas dos
 
38
            elementos de <literal>x</literal>. O resultado � complexo se
 
39
            <literal>x</literal> � negativo.
 
40
        </para>
 
41
    </refsection>
 
42
    <refsection>
 
43
        <title>Exemplos </title>
 
44
        <programlisting role="example"><![CDATA[ 
 
45
sqrt([2,4])
 
46
sqrt(-1)
 
47
 ]]></programlisting>
 
48
    </refsection>
 
49
    <refsection role="see also">
 
50
        <title>Ver Tamb�m</title>
 
51
        <simplelist type="inline">
 
52
            <member>
 
53
                <link linkend="hat">hat</link>
 
54
            </member>
 
55
            <member>
 
56
                <link linkend="sqrtm">sqrtm</link>
 
57
            </member>
 
58
        </simplelist>
 
59
    </refsection>
 
60
</refentry>