php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
libbcmath Directory Reference

Directories

 src
 

Detailed Description

This is a fork of the bcmath library initially created by Phil Nelson in May 2000.

Bcmath is a library of arbitrary precision math routines. These routines, in a different form, are the routines that to the arbitrary precision calculations for GNU bc and GNU dc.

This library is provided to make these routines useful in a larger context with less restrictions on the use of them.

These routines do not duplicate functionality of the GNU gmp library. The gmp library is similar, but the actual computation is different.

Initial library (version 0.1) has been created in 2000-05-21 and then forked and bundled into PHP with version 0.2 released in 2000-06-07.

FAQ

Credits

Phil Nelson (philn.nosp@m.elso.nosp@m.n@acm.nosp@m..org) wrote bcmath library.

License

The bcmath library is released under the GNU Lesser General Public License v2.1.