Index: doc/user/06_feature/query/functions.html =================================================================== --- doc/user/06_feature/query/functions.html (revision 33202) +++ doc/user/06_feature/query/functions.html (revision 33203) @@ -54,8 +54,15 @@

abs(number)

Returns the absolute value of a number - - + +

int(arg)

+

+ Returns the argument converted to an integer (truncating floating point numbers) + +

double(arg)

+

+ Returns the argument converted to a double precision number. +

Object geometry

overlap(obj1, obj2, [bloat])