From 5608f13028f7ed2444d6ce50490427f3fb6465ae Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Fri, 31 Aug 2001 07:45:09 +0000 Subject: [PATCH] The actual execution results are different from examples. --- doc/src/sgml/func.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 4b318597952..2c2daa11a02 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -347,14 +347,14 @@ ^ Exponentiation 2.0 ^ 3.0 - 8.0 + 8 |/ Square root |/ 25.0 - 5.0 + 5 @@ -382,7 +382,7 @@ @ Absolute value @ -5.0 - 5.0 + 5 -- 2.39.5