This is an old revision of the document!
SQRT
Description
Calculates the square root of the provided number
Parameters
Attribute of the Number type or number constant or calculation producing number
Example
IF SQRT (Transaction.Amount) = 10 THEN ...
This is an old revision of the document!
Calculates the square root of the provided number
Attribute of the Number type or number constant or calculation producing number
IF SQRT (Transaction.Amount) = 10 THEN ...