Skip to content

Commit

Permalink
Antler syntax extensions related ot signum function.
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Soszynski <[email protected]>
  • Loading branch information
lukasz-soszynski-eliatra committed Sep 30, 2024
1 parent 7563edb commit b67a40f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ POWER: 'POWER';
RAND: 'RAND';
ROUND: 'ROUND';
SIGN: 'SIGN';
SIGNUM: 'SIGNUM';
SQRT: 'SQRT';
TRUNCATE: 'TRUNCATE';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ mathematicalFunctionName
| RAND
| ROUND
| SIGN
| SIGNUM
| SQRT
| TRUNCATE
| trigonometricFunctionName
Expand Down

0 comments on commit b67a40f

Please sign in to comment.