PQL46 (PQL Function Library - CPM 4.6)PQL 46Functions and operatorsMathSQUARESQUAREApplies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6DescriptionThe SQUARE function calculates the square for each input value.Can be applied to INT or FLOAT columns. The resulting column is of type FLOAT.SyntaxSQUARE ( table.column )Example[1] Calculate the square of three Integers.QueryColumn1SQUARE ( "Table1"."Column1" )InputOutputTable1Column1 : INT123nullResultColumn1 : FLOAT1.04.09.0null