numpy.fabs(x[, out]) = Compute the absolute values element-wise. This function returns the absolute values (positive magnitude)
numpy.power(x1, x2[, out]) = First array elements raised to powers from second array, element-wise. Raise each base in x1
Page 9 of 9