Square root
Calculates the square root of x.
x (Number): | Vector | NDArray The input value (must be non-negative).
Number
na_ignore (Bool): Whether to preserve NA values in inputs. Default is false.
Bool
sqrt(16) -- Returns = 4.0
pow