rarruda Sun Apr 28 22:07:21 2002 EDT
Modified files:
/phpdoc/pt_BR/reference/math/functions acosh.xml acos.xml asinh.xml
asin.xml atan2.xml atanh.xml
atan.xml
Log:
initial translation
Index: phpdoc/pt_BR/reference/math/functions/acosh.xml
diff -u /dev/null phpdoc/pt_BR/reference/math/functions/acosh.xml:1.3
--- /dev/null Sun Apr 28 22:07:21 2002
+++ phpdoc/pt_BR/reference/math/functions/acosh.xml Sun Apr 28 22:07:21 2002
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.2 Maintainer: rarruda Status: ready -->
+ <refentry id="function.acosh">
+ <refnamediv>
+ <refname>acosh</refname>
+ <refpurpose>Coseno Hiperb�lico Inverso</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Descri��o</title>
+ <methodsynopsis>
+ <type>float</type><methodname>acosh</methodname>
+ <methodparam><type>float</type><parameter>arg</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ Retorna o coseno hiperb�lico de
+ <parameter>arg</parameter>, isto � o valor
+ cujo coseno hiperbolico � <parameter>arg</parameter>.
+ </para>
+ ¬e.no-windows;
+ <para>
+ Veja tamb�m <function>acos</function>, <function>asin</function>
+ e <function>atan</function>.
+ </para>
+ </refsect1>
+ </refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Index: phpdoc/pt_BR/reference/math/functions/acos.xml
diff -u /dev/null phpdoc/pt_BR/reference/math/functions/acos.xml:1.3
--- /dev/null Sun Apr 28 22:07:21 2002
+++ phpdoc/pt_BR/reference/math/functions/acos.xml Sun Apr 28 22:07:21 2002
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.2 Maintainer: rarruda Status: ready -->
+ <refentry id="function.acos">
+ <refnamediv>
+ <refname>acos</refname>
+ <refpurpose>Coseno Inverso</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <methodsynopsis>
+ <type>float</type><methodname>acos</methodname>
+ <methodparam><type>float</type><parameter>arg</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ Retorna o inverso do coseno de <parameter>arg</parameter> em radianos.
+ </para>
+ <para>
+ Veja tamb�m <function>acosh</function>, <function>asin</function>
+ e <function>atan</function>.
+ </para>
+ </refsect1>
+ </refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Index: phpdoc/pt_BR/reference/math/functions/asinh.xml
diff -u /dev/null phpdoc/pt_BR/reference/math/functions/asinh.xml:1.3
--- /dev/null Sun Apr 28 22:07:21 2002
+++ phpdoc/pt_BR/reference/math/functions/asinh.xml Sun Apr 28 22:07:21 2002
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.2 Maintainer: rarruda Status: ready -->
+ <refentry id="function.asinh">
+ <refnamediv>
+ <refname>asinh</refname>
+ <refpurpose>Seno Hiperb�lico Inverso</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Descri��o</title>
+ <methodsynopsis>
+ <type>float</type><methodname>asinh</methodname>
+ <methodparam><type>float</type><parameter>arg</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ Retorna o inverso do seno hiporb�lico de
+ <parameter>arg</parameter>, isto �, o valor
+ cujo seno hiperb�lico � <parameter>arg</parameter>.
+ </para>
+ ¬e.no-windows;
+ <para>
+ Veja tamb�m <function>asin</function>, <function>acos</function>
+ e <function>atan</function>.
+ </para>
+ </refsect1>
+ </refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Index: phpdoc/pt_BR/reference/math/functions/asin.xml
diff -u /dev/null phpdoc/pt_BR/reference/math/functions/asin.xml:1.3
--- /dev/null Sun Apr 28 22:07:21 2002
+++ phpdoc/pt_BR/reference/math/functions/asin.xml Sun Apr 28 22:07:21 2002
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.2 Maintainer: rarruda Status: ready -->
+ <refentry id="function.asin">
+ <refnamediv>
+ <refname>asin</refname>
+ <refpurpose>Seno Inverso</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Descri��o</title>
+ <methodsynopsis>
+ <type>float</type><methodname>asin</methodname>
+ <methodparam><type>float</type><parameter>arg</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ Retorna o inverso do seno de arg em radianos.
+ </para>
+ <para>
+ Veja tamb�m <function>asinh</function>, <function>acos</function>
+ e <function>atan</function>.
+ </para>
+ </refsect1>
+ </refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Index: phpdoc/pt_BR/reference/math/functions/atan2.xml
diff -u /dev/null phpdoc/pt_BR/reference/math/functions/atan2.xml:1.3
--- /dev/null Sun Apr 28 22:07:21 2002
+++ phpdoc/pt_BR/reference/math/functions/atan2.xml Sun Apr 28 22:07:21 2002
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.2 Maintainer: rarruda Status: ready -->
+ <refentry id="function.atan2">
+ <refnamediv>
+ <refname>atan2</refname>
+ <refpurpose>Tangente inversa de duas vari�veis</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Descri��o</title>
+ <methodsynopsis>
+ <type>float</type><methodname>atan2</methodname>
+ <methodparam><type>float</type><parameter>y</parameter></methodparam>
+ <methodparam><type>float</type><parameter>x</parameter></methodparam>
+ </methodsynopsis>
+ <simpara>
+ Esta fun��o calcula a tangente inversa de duas v�riaveis
+ <parameter>x</parameter> e <parameter>y</parameter>. Esta
+ fun��o � o equivalente a calcular a tangente inversa de
+ <parameter>y</parameter> / <parameter>x</parameter>, exceto que
+ os sinais de ambos os argumentos s�o usados para determinar o
+ quadrante do resultado.
+ </simpara>
+ <simpara>
+ Esta fun��o retorna o resultado em radianos, estando entre -PI e
+ PI (inclusive).
+ </simpara>
+ <para>
+ Veja tamb�m <function>acos</function> e <function>atan</function>.
+ </para>
+ </refsect1>
+ </refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Index: phpdoc/pt_BR/reference/math/functions/atanh.xml
diff -u /dev/null phpdoc/pt_BR/reference/math/functions/atanh.xml:1.3
--- /dev/null Sun Apr 28 22:07:21 2002
+++ phpdoc/pt_BR/reference/math/functions/atanh.xml Sun Apr 28 22:07:21 2002
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.3 $ -->
+<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
+ <refentry id="function.atanh">
+ <refnamediv>
+ <refname>atanh</refname>
+ <refpurpose>Tangente hiperb�lica inversa</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Descri��o</title>
+ <methodsynopsis>
+ <type>float</type><methodname>atanh</methodname>
+ <methodparam><type>float</type><parameter>arg</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ Retorna a tangente hiperb�lica inversa de
+ <parameter>arg</parameter>, isto � o valor cuja
+ tangente hiperb�lica � <parameter>arg</parameter>.
+ </para>
+ ¬e.no-windows;
+ <para>
+ Veja tamb�m <function>atan</function>, <function>asin</function>
+ e <function>acos</function>.
+ </para>
+ </refsect1>
+ </refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Index: phpdoc/pt_BR/reference/math/functions/atan.xml
diff -u /dev/null phpdoc/pt_BR/reference/math/functions/atan.xml:1.3
--- /dev/null Sun Apr 28 22:07:21 2002
+++ phpdoc/pt_BR/reference/math/functions/atan.xml Sun Apr 28 22:07:21 2002
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.2 Maintainer: rarruda Status: ready -->
+ <refentry id="function.atan">
+ <refnamediv>
+ <refname>atan</refname>
+ <refpurpose>Tangente Inversa</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Descri��o</title>
+ <methodsynopsis>
+ <type>float</type><methodname>atan</methodname>
+ <methodparam><type>float</type><parameter>arg</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ Retorna o inverso da tangente de arg em radianos.
+ </para>
+ <para>
+ Veja tamb�m <function>atanh</function>, <function>asin</function>
+ e <function>acos</function>.
+ </para>
+ </refsect1>
+ </refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->