Skip to main content

PQL46 (PQL Function Library - CPM 4.6)

FLOAT

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 : FLOAT

Column2 : FLOAT

Column3 : FLOAT

-0.5

0.0

0.5