diff --git a/language-snippets.ent b/language-snippets.ent index d05dcf4edde7..0f005a0692ad 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -2292,19 +2292,6 @@ extensions in order to use these functions.'> SQL safe mode'> - - - scale - - - This parameter is used to set the number of digits after the decimal place in the result. - If &null;, it will default to the default scale set with bcscale, - or fallback to the value of the - bcmath.scale INI directive. - - -'> - If an int between -128 and 255 inclusive is provided, it is interpreted as diff --git a/reference/bc/functions/bcadd.xml b/reference/bc/functions/bcadd.xml index 9956f93bf30c..b5976428ed2a 100644 --- a/reference/bc/functions/bcadd.xml +++ b/reference/bc/functions/bcadd.xml @@ -40,7 +40,17 @@ - &bc.scale.description; + + scale + + + This parameter is used to set the number of digits after the decimal place in the result. + If &null;, it will default to the default scale set with bcscale, + or fallback to the value of the + bcmath.scale INI directive. + + + diff --git a/reference/bc/functions/bcdiv.xml b/reference/bc/functions/bcdiv.xml index c5059150add5..75d2aa1488f5 100644 --- a/reference/bc/functions/bcdiv.xml +++ b/reference/bc/functions/bcdiv.xml @@ -39,7 +39,7 @@ - &bc.scale.description; + diff --git a/reference/bc/functions/bcpow.xml b/reference/bc/functions/bcpow.xml index 370799278aa0..b24818290bc0 100644 --- a/reference/bc/functions/bcpow.xml +++ b/reference/bc/functions/bcpow.xml @@ -1,6 +1,6 @@ - + bcpow Raise an arbitrary precision number to another @@ -42,7 +42,7 @@ - &bc.scale.description; + diff --git a/reference/bc/functions/bcpowmod.xml b/reference/bc/functions/bcpowmod.xml index deaa00d92ac3..5a66b0f9af88 100644 --- a/reference/bc/functions/bcpowmod.xml +++ b/reference/bc/functions/bcpowmod.xml @@ -1,6 +1,6 @@ - + bcpowmod Raise an arbitrary precision number to another, reduced by a specified modulus @@ -51,7 +51,7 @@ - &bc.scale.description; + diff --git a/reference/bc/functions/bcsqrt.xml b/reference/bc/functions/bcsqrt.xml index 905f2b932f50..654e69d0c612 100644 --- a/reference/bc/functions/bcsqrt.xml +++ b/reference/bc/functions/bcsqrt.xml @@ -1,6 +1,6 @@ - + bcsqrt Get the square root of an arbitrary precision number @@ -30,7 +30,7 @@ - &bc.scale.description; + @@ -41,7 +41,7 @@ Returns the square root as a well-formed BCMath numeric string. - + &reftitle.errors;