numpy.convolve(a, v, mode='full')
numpy.sign(x[, out]) = Returns an element-wise indication of the sign of a number. The
numpy.absolute(x[, out]) = Calculate the absolute value element-wise.
numpy.arctanh(x[, out]) = Inverse hyperbolic tangent element-wise.
numpy.around(a, decimals=0, out=None)
numpy.degrees(x[, out]) = Convert angles from radians to degrees.
numpy.add(x1, x2[, out]) = Add arguments element-wise.
numpy.arccos(x[, out]) = Trigonometric inverse cosine, element-wise. The inverse of
numpy.conj(x[, out]) = Return the complex conjugate, element-wise. The complex conjugate of a complex number is obtained by
numpy.sinc(x)
Page 2 of 9