Actual results are different from examples
authorTatsuo Ishii
Fri, 31 Aug 2001 07:30:05 +0000 (07:30 +0000)
committerTatsuo Ishii
Fri, 31 Aug 2001 07:30:05 +0000 (07:30 +0000)
doc/src/sgml/func.sgml

index 9423e524fe9f46aca12502ebb7eb7913d2ec70f2..4b318597952a1452ab85089a0779e506dbc06b2d 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Functions and Operators
       dp
       cube root
       cbrt(27.0)
-      3.0
+      3
      
 
      
       dp
       base 10 logarithm
       log(100.0)
-      2.0
+      2
      
 
      
       numeric
       logarithm to base b
       log(2.0, 64.0)
-      6.0
+      6.0000000000
      
 
      
       dp
       raise a number to exponent e
       pow(9.0, 3.0)
-      729.0
+      729
      
 
      
       trunc(numerics integer)
       numeric
       truncate to s decimal places
-      round(42.4382, 2)
+      trunc(42.4382, 2)
       42.43