numpy.tanh()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.tanh(x[, out]) = Compute hyperbolic tangent element-wise. Equivalent to np.sinh(x)/np.cosh(x) or -1j

2025-01-10 15:47:30
numpy.delete()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.delete(arr, obj, axis=None)

2025-01-10 15:47:30
Chebyshev.degree()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Chebyshev Module

Chebyshev.degree()

2025-01-10 15:47:30
numpy.polynomial.hermite.hermroots()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

numpy.polynomial.hermite.hermroots(c)

2025-01-10 15:47:30
numpy.polynomial.hermite.hermsub()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

numpy.polynomial.hermite.hermsub(c1, c2)

2025-01-10 15:47:30
MaskedArray.get_fill_value()
  • References/Python/NumPy/Routines/Masked array operations

MaskedArray.get_fill_value()

2025-01-10 15:47:30
numpy.frexp()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.frexp(x[, out1, out2]) = Decompose the elements of x into mantissa and twos exponent. Returns (mantissa

2025-01-10 15:47:30
numpy.ma.MaskType
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.MaskType

2025-01-10 15:47:30
numpy.core.defchararray.greater_equal()
  • References/Python/NumPy/Routines/String operations

numpy.core.defchararray.greater_equal(x1, x2)

2025-01-10 15:47:30
Window functions
  • References/Python/NumPy/Routines

Various windows

2025-01-10 15:47:30