Applies to:  CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6 

Description

The Celonis implementation of the floating point numbers follows the IEEE_754 standard with a 64 Bit precision.

Floating point constants are defined in US style with a dot as decimal separator.

Example


[1] Create three float values:

Query
Column1
-0.5
Column2
0.0
Column3
0.5
Input
Output
Result
Column1 : FLOATColumn2 : FLOATColumn3 : FLOAT
-0.5
0.0
0.5


  • No labels