diff --git a/reference/bc/functions/bcscale.xml b/reference/bc/functions/bcscale.xml index 0c8ec527c5..e705837888 100644 --- a/reference/bc/functions/bcscale.xml +++ b/reference/bc/functions/bcscale.xml @@ -3,20 +3,25 @@ bcscale - Set default scale parameter for all bc math functions + Set or get default scale parameter for all bc math functions &reftitle.description; intbcscale - intscale + intscale Sets the default scale parameter for all subsequent calls to bc math functions that do not explicitly specify a scale parameter. - If scale is omitted, the function gets the current - scale factor. + + + intbcscale + + + + Gets the current scale factor. @@ -39,7 +44,7 @@ &reftitle.returnvalues; - Returns the old scale. + Returns the old scale when used as setter. Otherwise the current scale is returned.