PHP » PYTHON |
login |
register |
about
|
import decimal decimal.getcontext().prec = 5 bcscale(PHP 4, PHP 5) bcscale — Set default scale parameter for all bc math functions Description
bool bcscale
( int $scale
)
Sets the default scale parameter for all subsequent bc math functions that do not explicitly specify a scale parameter. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Examples
Example #1 bcscale() example
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|