'''numpy. sqrt(array[, out]) function is used to determine the positive square-root of an array, element-wise.'''
import numpy numpy.sqrt(16) # output: 4.0