sqrt

@JvmStatic
fun sqrt(vararg expressions: Expression): Expression
@JvmStatic
fun sqrt(value: Double): Expression

Returns the square root of the input.


DSL function for "sqrt".