numpy.fft.irfft(a, n=None, axis=-1, norm=None)
Simple random data
numpy.linalg.slogdet(a)
Trigonometric functions
numpy.cosh(x[, out]) = Hyperbolic cosine, element-wise. Equivalent to 1/2 * (np.exp(x) + np.exp(-x)) and np
numpy.ppmt(rate, per, nper, pv, fv=0.0, when='end')
numpy.polynomial.hermite_e.hermeline(off, scl)
HermiteE.has_samewindow(other)
generic.__array_interface__ Array protocol: Python side
ndarray.__imod__ x.__imod__(y) <==> x%=y
Page 94 of 100