bcscale

bcscale

(PHP 4, PHP 5, PHP 7)

bcscaleSet default scale parameter for all bc math functions

Description

bool bcscale ( int $scale )

Sets the default scale parameter for all subsequent calls to bc math functions that do not explicitly specify a scale parameter.

Parameters

scale

The scale factor.