Runtime Configuration
The behaviour of these functions is affected by settings in php.ini.
| Name | Default | Changeable | Changelog |
|---|---|---|---|
| bcmath.scale | "0" | INI_ALL |
Here's a short explanation of the configuration directives.
-
bcmath.scaleint -
Number of decimal digits for all bcmath functions. See also bcscale().
Note: BcMath\Number is not affected by this setting.
+add a note
User Contributed Notes
There are no user contributed notes for this page.