The actual execution results are different from examples.
authorTatsuo Ishii
Fri, 31 Aug 2001 07:45:09 +0000 (07:45 +0000)
committerTatsuo Ishii
Fri, 31 Aug 2001 07:45:09 +0000 (07:45 +0000)
doc/src/sgml/func.sgml

index 4b318597952a1452ab85089a0779e506dbc06b2d..2c2daa11a022135856fd8075f132f5e1104dbc05 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Functions and Operators
        ^ 
       Exponentiation
       2.0 ^ 3.0
-      8.0
+      8
      
 
      
        |/ 
       Square root
       |/ 25.0
-      5.0
+      5
      
 
      
        @ 
       Absolute value
       @ -5.0
-      5.0
+      5