IV. BCMath Arbitrary Precision Mathematics Functions

Introductie

Afhankelijkheden

Installatie

Configuratie tijdens scriptuitvoer

Het gedrag van deze functies kan worden beï vanuit php.ini .

Tabel 1 .

For further details and definition of the PHP_INI_* constants see ini_set() .

bcmath.scale integer



Resource types

Deze extensie maakt geen gebruik van resources .

Voorgedefineerde constanten

Deze extensie defineert geen constanten .

Inhoudsopgave
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
bcpowmod -- Raise an arbitrary precision number to another, reduced by a specified modulus.
bcscale -- Set default scale parameter for all bc math functions
bcsqrt -- Get the square root of an arbitrary precision number
bcsub -- Subtract one arbitrary precision number from another