dtype.str The array-protocol typestring of this data-type object.
numpy.random.randint(low, high=None, size=None, dtype='l') Return random integers from low (inclusive) to
numpy.polynomial.legendre.legdomain = array([-1, 1])
numpy.nanmax(a, axis=None, out=None, keepdims=False)
classmethod Chebyshev.fit(x, y, deg, domain=None, rcond=None, full=False, w=None, window=None)
numpy.mod(x1, x2[, out]) = Return element-wise remainder of division. Computes the remainder complementary to the
numpy.column_stack(tup)
numpy.log1p(x[, out]) = Return the natural logarithm of one plus the input array, element-wise. Calculates log(1 + x)
MaskedArray.transpose(*axes)
numpy.nan_to_num(x)
Page 64 of 100