/// <summary> /// Return the non-negative square-root of an array, element-wise. /// </summary> public static NDArray sqrt(NDArray x) => x.sqrt();