About 21,900 results
Open links in new tab
  1. numpy.exp — NumPy v2.2 Manual

    numpy. exp (x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True [, signature]) = <ufunc 'exp'> # Calculate the exponential of all elements in the …

  2. numpy.exp — NumPy v2.0 Manual

    numpy. exp (x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True [, signature]) = <ufunc 'exp'> # Calculate the exponential of all elements in the …

  3. numpy.power — NumPy v2.2 Manual

    numpy. power (x1, x2, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True [, signature]) = <ufunc 'power'> # First array elements raised to powers from …

  4. numpy.random.exponential — NumPy v2.2 Manual

    numpy.random.exponential# random. exponential (scale = 1.0, size = None) # Draw samples from an exponential distribution. Its probability density function is

  5. numpy.exp — NumPy v1.13 Manual

    Jun 10, 2017 · numpy.exp¶ numpy.exp (x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True [, signature, extobj]) = <ufunc 'exp'>¶ Calculate the …

  6. numpy.exp — NumPy v2.3.dev0 Manual

    numpy. exp (x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True [, signature]) = <ufunc 'exp'> # Calculate the exponential of all elements in the …

  7. Mathematical functions — NumPy v2.2 Manual

    Calculate the exponential of all elements in the input array. expm1 (x, /[, out, where, casting, order, ...]) Calculate exp(x) - 1 for all elements in the array.

  8. numpy.expm1 — NumPy v2.2 Manual

    This function provides greater precision than exp(x)-1 for small values of x. Examples The true value of exp(1e-10) - 1 is 1.00000000005e-10 to about 32 significant digits.

  9. numpy.exp — NumPy v1.21 Manual

    Jun 22, 2021 · numpy. exp (x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True [, signature, extobj]) = <ufunc 'exp'> ¶ Calculate the exponential of …

  10. numpy.exp — NumPy v1.18 Manual

    numpy.exp (x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True [, signature, extobj]) = <ufunc 'exp'>¶ Calculate the exponential of all elements in …

Refresh