From a32624b45c68db3d5f942f1004c19b90b077ec2b Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Fri, 31 Aug 2001 07:30:05 +0000 Subject: [PATCH] Actual results are different from examples --- doc/src/sgml/func.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 9423e524fe..4b31859795 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -508,7 +508,7 @@ dp cube root cbrt(27.0) - 3.0 + 3 @@ -556,7 +556,7 @@ dp base 10 logarithm log(100.0) - 2.0 + 2 @@ -565,7 +565,7 @@ numeric logarithm to base b log(2.0, 64.0) - 6.0 + 6.0000000000 @@ -590,7 +590,7 @@ dp raise a number to exponent e pow(9.0, 3.0) - 729.0 + 729 @@ -652,7 +652,7 @@ trunc(numeric, s integer) numeric truncate to s decimal places - round(42.4382, 2) + trunc(42.4382, 2) 42.43 -- 2.40.0