Python - tensorflow.math.sqrt()
TensorFlow is open-source Python library designed by Google to develop Machine Learning models and deep learning neural networks. sqrt() is used to compute element wise square root. Syntax: tensorflow.math.sqrt(x, name) Parameters: x: It's a tensor. Allowed dtypes are bfloat16, half, float32, float6