Applies to:  CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 

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

Creating 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