numpy.degrees(x[, out]) = Convert angles from radians to degrees.
numpy.absolute(x[, out]) = Calculate the absolute value element-wise.
numpy.add(x1, x2[, out]) = Add arguments element-wise.
numpy.subtract(x1, x2[, out]) = Subtract arguments, element-wise.
numpy.convolve(a, v, mode='full')
numpy.log10(x[, out]) = Return the base 10 logarithm of the input array, element-wise.
numpy.around(a, decimals=0, out=None)
numpy.fmin(x1, x2[, out]) = Element-wise minimum of array elements. Compare two arrays and returns a new array containing the
numpy.arccosh(x[, out]) = Inverse hyperbolic cosine, element-wise.
numpy.sinc(x)
Page 2 of 9