Hermite.integ(m=1, k=[], lbnd=None)
numpy.interp(x, xp, fp, left=None, right=None, period=None)
numpy.putmask(a, mask, values) Changes elements of an array based on conditional and input values. Sets a.flat[n]
numpy.partition(a, kth, axis=-1, kind='introselect', order=None)
numpy.can_cast(from, totype, casting = 'safe') Returns True if cast between data types can occur according to the casting rule
numpy.roots(p)
numpy.testing.rundocs(filename=None, raise_on_error=True)
numpy.testing.assert_array_almost_equal_nulp(x, y, nulp=1)
numpy.bitwise_and(x1, x2[, out]) = Compute the bit-wise AND of two arrays element-wise. Computes the bit-wise AND of
numpy.array_split(ary, indices_or_sections, axis=0)
Page 47 of 100