Every line of 'numpy square root' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
93 def square_root(x): 94 return np.sqrt(x[0]*x[1])