cvs: phpdoc-nl /reference/math/functions abs.xml acosh.xml asinh.xml atan2.xml atanh.xml cosh.xml dechex.xml expm1.xml getrandmax.xml hexdec.xml

[email protected] ("Sander Roobol")
Newsgroups php.doc.nl
Message-ID <cvssander1029324657@cvsserver>
sander		Wed Aug 14 07:30:57 2002 EDT

  Added files:                 
    /phpdoc-nl/reference/math/functions	acosh.xml asinh.xml atan2.xml 
                                       	atanh.xml cosh.xml dechex.xml 
                                       	getrandmax.xml expm1.xml 
                                       	hexdec.xml 

  Modified files:              
    /phpdoc-nl/reference/math/functions	abs.xml 
  Log:
  Partial update - more to follow :)
sander-20020814073057.txt (text/plain, 13.5 KB)
Index: phpdoc-nl/reference/math/functions/abs.xml
diff -u phpdoc-nl/reference/math/functions/abs.xml:1.5 phpdoc-nl/reference/math/functions/abs.xml:1.6
--- phpdoc-nl/reference/math/functions/abs.xml:1.5	Wed Jul 31 10:11:32 2002
+++ phpdoc-nl/reference/math/functions/abs.xml	Wed Aug 14 07:30:56 2002
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
-<!-- $Revision: 1.5 $ -->
   <refentry id="function.abs">
    <refnamediv>
     <refname>abs</refname>

Index: phpdoc-nl/reference/math/functions/acosh.xml
+++ phpdoc-nl/reference/math/functions/acosh.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
  <refentry id="function.acosh">
   <refnamediv>
    <refname>acosh</refname>
    <refpurpose>Inverse hyperbolische cosinus</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Omschrijving</title>
     <methodsynopsis>
      <type>float</type><methodname>acosh</methodname>
      <methodparam><type>float</type><parameter>arg</parameter></methodparam>
     </methodsynopsis>
    <para>
     Geeft de inverse hyperbolische cosinus van
     <parameter>arg</parameter>, d.w.z. de waarde waarvan
     de hyperbolische cosinus <parameter>arg</parameter> is.
    </para>
    &note.no-windows;
    <para>
     Zie ook: <function>acos</function>, <function>asinh</function>
     en <function>atanh</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-nl/reference/math/functions/asinh.xml
+++ phpdoc-nl/reference/math/functions/asinh.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
  <refentry id="function.asinh">
   <refnamediv>
    <refname>asinh</refname>
    <refpurpose>Inverse hyperbolische sinus</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Omschrijving</title>
     <methodsynopsis>
      <type>float</type><methodname>asinh</methodname>
      <methodparam><type>float</type><parameter>arg</parameter></methodparam>
     </methodsynopsis>
    <para>
     Geeft de inverse hyperbolische sinus van 
     <parameter>arg</parameter>, d.w.z. de waarde waarvan
     de hyperbolische sinus <parameter>arg</parameter> is.
    </para>
    &note.no-windows;
    <para>
     Zie ook: <function>asin</function>, <function>acosh</function>
     en <function>atanh</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-nl/reference/math/functions/atan2.xml
+++ phpdoc-nl/reference/math/functions/atan2.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
  <refentry id="function.atan2">
   <refnamediv>
    <refname>atan2</refname>
    <refpurpose>arc tangens van twee variabelen</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Omschrijving</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>
     Deze functie berekent de arc tangens van de twee variabelen
     <parameter>x</parameter> en <parameter>y</parameter>. Het lijkt op 
     het berekenen van de arc tangens van 
     <parameter>y</parameter> / <parameter>x</parameter>, met de uitzondering
     dat het teken van beide argumenten wordt gebruikt om de kwadrant van 
     het resultaat te bepalen.
    </simpara>
    <simpara>
     De functie geeft het resultaat in radialen terug, dat ligt tussen
     -PI en PI (inclusief).
    </simpara>
    <para>
     Zie ook: <function>acos</function> en <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-nl/reference/math/functions/atanh.xml
+++ phpdoc-nl/reference/math/functions/atanh.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
  <refentry id="function.atanh">
   <refnamediv>
    <refname>atanh</refname>
    <refpurpose>Inverse hyperbolische tangens</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Omschrijving</title>
     <methodsynopsis>
      <type>float</type><methodname>atanh</methodname>
      <methodparam><type>float</type><parameter>arg</parameter></methodparam>
     </methodsynopsis>
    <para>
     Geeft de inverse hyperbolische tangens van
     <parameter>arg</parameter>, d.w.z. de waarde waarvan
     de hyperbolische tangens <parameter>arg</parameter> is.
    </para>
    &note.no-windows;
    <para>
     Zie ook: <function>atan</function>, <function>asinh</function>
     en <function>acosh</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-nl/reference/math/functions/cosh.xml
+++ phpdoc-nl/reference/math/functions/cosh.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
  <refentry id="function.cosh">
   <refnamediv>
    <refname>cosh</refname>
    <refpurpose>Hyperbolische cosinus</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Omschrijving</title>
     <methodsynopsis>
      <type>float</type><methodname>cosh</methodname>
      <methodparam><type>float</type><parameter>arg</parameter></methodparam>
     </methodsynopsis>
    <para>
     Geeft de hyperbolische cosinus van <parameter>arg</parameter>,
     die gedefinieerd is als <literal>(exp(arg) + exp(-arg))/2</literal>.
    </para>
    <para>
     Zie ook: <function>cos</function>, <function>acosh</function>,
     <function>sin</function> en <function>tan</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-nl/reference/math/functions/dechex.xml
+++ phpdoc-nl/reference/math/functions/dechex.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
  <refentry id="function.dechex">
   <refnamediv>
    <refname>dechex</refname>
    <refpurpose>Decimaal naar hexadecimaal</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Omschrijving</title>
     <methodsynopsis>
      <type>string</type><methodname>dechex</methodname>
      <methodparam><type>int</type><parameter>number</parameter></methodparam>
     </methodsynopsis>
    <para>
     Geeft een string met een hexadecimale weergave van 
     <parameter>number</parameter>. Het grootste getal dat kan worden
     geconverteerd is 2147483647 in decimaal dat resulteerd in "7fffffff".
    </para>
    <para>
     Zie ook: <function>hexdec</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-nl/reference/math/functions/getrandmax.xml
+++ phpdoc-nl/reference/math/functions/getrandmax.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
  <refentry id="function.getrandmax">
   <refnamediv>
    <refname>getrandmax</refname>
    <refpurpose>Geeft de grootste mogelijke willekeurige waarde terug</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Omschrijving</title>
     <methodsynopsis>
      <type>int</type><methodname>getrandmax</methodname>
      <void/>
     </methodsynopsis>
    <simpara>
     Geeft de maximale waarde die kan worden teruggeven door 
     <function>rand</function>.
    </simpara>
    <simpara>
     Zie ook: <function>rand</function>, <function>srand</function>
     en <function>mt_getrandmax</function>.
    </simpara>
   </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-nl/reference/math/functions/expm1.xml
+++ phpdoc-nl/reference/math/functions/expm1.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
  <refentry id='function.expm1'>
   <refnamediv>
    <refname>expm1</refname>
    <refpurpose>
     Geeft exp(number) - 1 terug, berekend op een manier die ook nauwkeurig is
     als de waarde van number dicht bij nul ligt
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Omschrijving</title>
     <methodsynopsis>
      <type>float</type><methodname>expm1</methodname>
      <methodparam><type>float</type><parameter>number</parameter></methodparam>
     </methodsynopsis>
     &warn.experimental.func;
    <para>
     &warn.undocumented.func;
    </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-nl/reference/math/functions/hexdec.xml
+++ phpdoc-nl/reference/math/functions/hexdec.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
  <refentry id="function.hexdec">
   <refnamediv>
    <refname>hexdec</refname>
    <refpurpose>Hexadecimaal naar decimaal</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Omschrijving</title>
     <methodsynopsis>
      <type>int</type><methodname>hexdec</methodname>
      <methodparam><type>string</type><parameter>hex_string</parameter></methodparam>
     </methodsynopsis>
    <para>
     Geeft de decimale waarde van het hexadecimale getal gespecificeerd door
     het <parameter>hex_string</parameter> argument.
     <function>hexdec</function> converteert een hexadecimale string naar een
     decimaal nummer. Het grootste getal dat kan worden geconverteerd is
     7fffffff of 2147483647 in decimaal.
    </para>
    <para>
     <function>hexdec</function> zal alle niet-hexadecimale tekens
     vervangen door <literal>0</literal>. Op deze manier worden alle
     nullen links genegeerd, maar rechts worden ze gebruikt.
     <example>
      <title><function>hexdec</function> example</title>
      <programlisting role="php">
<![CDATA[
var_dump(hexdec("See"));
var_dump(hexdec("ee"));
// printen beiden int(238)

var_dump(hexdec("that"));
var_dump(hexdec("a0"));
// printen beiden int(160)
]]>
      </programlisting>
     </example>
    </para>
    <para>
     Zie ook: <function>dechex</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
-->
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.