diff --git a/reference/bc/functions/bcadd.xml b/reference/bc/functions/bcadd.xml index 7631555175..4cf3bffb70 100644 --- a/reference/bc/functions/bcadd.xml +++ b/reference/bc/functions/bcadd.xml @@ -1,5 +1,5 @@ - + @@ -21,6 +21,24 @@ used to set the number of digits after the decimal place in the result. + + + <function>bcadd</function> example + + +]]> + + + See also bcsub. diff --git a/reference/bc/functions/bcsub.xml b/reference/bc/functions/bcsub.xml index 21cdcaefaa..9d4e22c614 100644 --- a/reference/bc/functions/bcsub.xml +++ b/reference/bc/functions/bcsub.xml @@ -1,5 +1,5 @@ - + @@ -23,6 +23,24 @@ used to set the number of digits after the decimal place in the result. + + + <function>bcsub</function> example + + +]]> + + + See also bcadd.