diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 0d59899f80..f03fae625a 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -248,7 +248,7 @@ double precision cube root cbrt(27.0) - 9.0 + 3.0 @@ -280,7 +280,7 @@ numeric largest integer not greater than argument floor(-42.8) - 43 + -43