rarruda         Sat Apr 27 00:13:05 2002 EDT

  Modified files:              
    /phpdoc/pt_BR/reference/math/functions      pi.xml 
  Log:
  actually performed the translation and also fixed problems that prevent the doc to 
be generated
  
  
Index: phpdoc/pt_BR/reference/math/functions/pi.xml
diff -u phpdoc/pt_BR/reference/math/functions/pi.xml:1.1 
phpdoc/pt_BR/reference/math/functions/pi.xml:1.2
--- phpdoc/pt_BR/reference/math/functions/pi.xml:1.1    Sun Apr 14 21:41:05 2002
+++ phpdoc/pt_BR/reference/math/functions/pi.xml        Sat Apr 27 00:13:05 2002
@@ -1,24 +1,24 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- splitted from ./pt_BR/functions/math.xml, last change in rev 1.1 -->
-<!-- last change to 'pi' in en/ tree in rev 1.2 -->
+<!-- EN-Revision: 1.2 Maintainer: rarruda Status: ready -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.pi">
    <refnamediv>
     <refname>pi</refname>
-    <refpurpose>Get value of pi</refpurpose>
+    <refpurpose>Obtem o valor de pi</refpurpose>
    </refnamediv>
    <refsect1>
-    <title>Description</title>
+    <title>Descrição</title>
      <methodsynopsis>
       <type>float</type><methodname>pi</methodname>
       <void/>
      </methodsynopsis>
     <simpara>
-     Returns an approximation of pi.  The returned <type>float</type> 
-     has a precision based on the 
-     <link linkend="ini.precision">precision directive in
-     <filename>php.ini</filename>, which defaults to <literal>14</literal>.  
-     Also, you can use the <constant>M_PI</constant> constant which yields 
-     identical results to <function>pi</function>.
+     Retorna o valor aprocimado de pi. O valor retornado  <type>float</type>
+     tem a precisão baseada na diretiva
+     <link linkend="ini.precision">precision</link> no &php.ini;,
+     que tem por valor padrão <literal>14</literal>.
+     Também é possivel usar a constante <constant>M_PI</constant>
+     que terá resultados idênticos a <function>pi</function>.
     </simpara>
    <para>
     <informalexample>


Reply via email to