PHP  
downloads | documentation | faq | getting help | | php.net sites | links 
search for in the  
previousaspell_suggestbcaddnext
Last updated: Tue, 11 Jun 2002
view this page in Printer friendly version | English | Brazilian Portuguese | Czech | Dutch | Finnish | German | Hungarian | Italian | Japanese | Korean | Polish | Romanian | Russian | Spanish | Turkish

IV. Nombres de grande taille

En PHP 4, ces fonctions ne sont disponibles que si l'option de configuration --enable-bcmath a �t� activ�e lors de la compilation. En PHP 3, ces fonctions ne sont disponibles que si l'option de configuration --disable-bcmath a �t� n' pas �t� activ�e lors de la compilation.

Note�: Suite aux changement de licence, la librairie BCMATH est d�sormais distribu�e s�paremment. Vous pouvez t�l�charger l'archive � . Lisez attentivement le fichier README.BCMATH de la distribution PHP.

Table des mati�res
bcadd -- Additionne deux nombres de grande taille.
bccomp -- Compare deux nombres de grande taille.
bcdiv -- Divise deux nombres de grande taille.
bcmod --  Retourne le reste d'une division entre nombre de grande taille.
bcmul -- Multiplie deux nombres de grande taille.
bcpow --  El�ve un nombre � la puissance n-i�me.
bcscale --  D�termine le nombre de d�cimales par d�faut
bcsqrt --  Renvoie la racine carr�e d'un nombre de grande taille.
bcsub --  Soustrait un nombre de grande taille � un autre.
User Contributed Notes
Nombres de grande taille
add a note about notes

06-Apr-2001 10:23

The README.BCMATH currently reads:

As of PHP 4.0.4, the BC math library routines are bundled in the
standard PHP distribution.  There is no need to install any additional
files.

Thanks goes to Phil Nelson, for releasing the BC math library routines
under the LGPL.

add a note about notes
previousaspell_suggestbcaddnext
Last updated: Tue, 11 Jun 2002
show source | credits | stats | mirror sites:  
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by:
Last updated: Sun Jul 7 16:31:42 2002 CEST