From 3de215b1df0409c7e6eb793cc518fc3668df7f77 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 17 Sep 2003 01:33:23 +0000 Subject: [PATCH] adding example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140479 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/bc/functions/bcadd.xml | 20 +++++++++++++++++++- reference/bc/functions/bcsub.xml | 20 +++++++++++++++++++- 2 files changed, 38 insertions(+), 2 deletions(-) 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.