numpy.fmax(x1, x2[, out]) = Element-wise maximum of array elements. Compare two arrays and returns a new array containing the
numpy.polynomial.chebyshev.chebpow(c, pow, maxpower=16)
numpy.rad2deg(x[, out]) = Convert angles from radians to degrees.
HermiteE.trim(tol=0)
numpy.ma.hstack(tup) = Stack arrays in sequence horizontally (column wise). Take a sequence of arrays and stack them horizontally
chararray.base Base object if memory is from some other object. Examples
MaskedArray.argmin(axis=None, fill_value=None, out=None)
numpy.ma.getmaskarray(arr)
numpy.divide(x1, x2[, out]) = Divide arguments element-wise.
numpy.frompyfunc(func, nin, nout) Takes an arbitrary Python function and returns a Numpy ufunc. Can be used, for example
Page 98 of 100