leszek          Sat Jun 22 20:54:59 2002 EDT

  Modified files:              
    /phpdoc-pl/reference/math/functions atan.xml 
  Log:
  [qrak] Math update
  
Index: phpdoc-pl/reference/math/functions/atan.xml
diff -u phpdoc-pl/reference/math/functions/atan.xml:1.6 
phpdoc-pl/reference/math/functions/atan.xml:1.7
--- phpdoc-pl/reference/math/functions/atan.xml:1.6     Wed Jun 19 21:41:15 2002
+++ phpdoc-pl/reference/math/functions/atan.xml Sat Jun 22 20:54:59 2002
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.2 Maintainer: qrak Status: ready -->
-<!-- $Revision: 1.6 $ -->
+<!-- EN-Revision: 1.3 Maintainer: qrak Status: ready -->
+<!-- $Revision: 1.7 $ -->
   <refentry id="function.atan">
    <refnamediv>
     <refname>atan</refname>
-    <refpurpose>Arcus tangens</refpurpose>
+    <refpurpose>Oblicza arcus tangens liczby</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Opis</title>
@@ -13,7 +13,12 @@
       <methodparam><type>float</type><parameter>argument</parameter></methodparam>
      </methodsynopsis>
     <para>
-     Zwraca w radianach arcus tangens argumentu.
+     Funkcja <function>atan</function>
+     zwraca w radianach arcus tangens argumentu <parameter>argument</parameter>.
+     <function>atan</function> jest funkcj� komplementarn� do
+     <function>tan</function>, co oznacza, �e
+     <literal>a == tan(atan(a))</literal> dla ka�dej warto�ci z dziedziny
+     funkcji <function>atan</function>.
     </para>
     <para>
      Patrz tak�e: <function>atanh</function>, 


Reply via email to