sqrt

FEEL built-in function · Numeric functions

sqrt(number)

Returns the square root; null for negative input.

Parameters

ParameterTypeDescription
numbernumberthe value; negative input yields null

Examples

sqrt(16)
sqrt(-1)

Related functions

exp · log

Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).