Skip to main content

PQL47 (PQL Function Library - CPM 4.7)

FLOAT

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

Description

The Celonis implementation of the floating point numbers follows the IEEE Standard for Floating-Point Arithmetic (IEEE 754) 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

See also: