Abscissa Tech Home Design Coding Media Server
Tutorials Courses Forums Resources
  Home
 
  Member Options
    Sign Up
  Log In
 
  Tools
    PowerHTML
    Teacher's Lounge
  References
  HTML
  PHP
  CSS
 
  Search
 
 
    Legalese
    Contact Us
    Privacy Policy
    About Abscissa

II. Arbitrary precision mathematics functions

These functions are only available if PHP was configured with --enable-bcmath.

Table of Contents
bcadd — Add two arbitrary precision numbers.
bccomp — Compare two arbitrary precision numbers.
bcdiv — Divide two arbitrary precision numbers.
bcmod — Get modulus of an arbitrary precision number.
bcmul — Multiply two arbitrary precision number.
bcpow — Raise an arbitrary precision number to another.
bcscale — Set default scale parameter for all bc math functions.
bcsqrt — Get the square root of an arbitray precision number.
bcsub — Subtract one arbitrary precision number from another.

This PHP manual is Copyright © 1997, 1998, 1999, 2000 the PHP Documentation Group. It has been licensed under the GPL. Permission granted for display on the Abscissa Tech web site on March 9, 2000. The most recent PHP documentation is available at http://www.php.net/.