PQL46 (PQL Function Library - CPM 4.6)PQL 46Functions and operatorsMathSQRTSQRTApplies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6 CELONIS 4.7DescriptionThe SQRT function calculates the square root of the specified value.It can be applied to INT or FLOAT columns. The resulting column is of type FLOAT.SyntaxSQRT ( table.column )Example[1] Calculate the square root of three integers.QueryColumn1SQRT ( "Table1"."Column1" )InputOutputTable1Column1 : INT149nullResultColumn1 : FLOAT1.02.03.0null