Fixed issue #2877: Added hypot() and catet() functions to expression framework.

This commit is contained in:
Eivind Kvedalen
2017-07-13 14:23:09 +02:00
committed by wmayer
parent aae02f8a7c
commit 653da7efb7
3 changed files with 74 additions and 1 deletions

View File

@@ -328,6 +328,8 @@ public:
TRUNC,
CEIL,
FLOOR,
HYPOT,
CATH,
// Aggregates
AGGREGATES,