SQRT

Represents the SQLite SQRT() function, which computes the square root of a number.

The input value must be non-negative.

Return

A KQLiteColumn with the square root of the value as a floating-point number. Returns null if the input is null or negative.

Author

MOHAMMAD AZIM ANSARI

Parameters

x

The column containing the non-negative number.

See also