sqrt

Square root

Calculates the square root of x.

Parameters

Returns

Vector | NDArray The square root.

Examples

sqrt(16)
-- Returns = 4.0

See Also

pow