Search
Search Results
Search finished, found 6 page(s) matching the search query.
- numpy.expm1
...NumPy reference Routines and objects by topic Mathematical functions numpy.expm1...
- numpy.expm1 (Python data, in numpy.expm1)
- NumPy 1.22.0 Release Notes
...umath module using AVX-512 By leveraging Intel Short Vector Math Library (SVML), 18 umath functions (exp2, log2, log10, expm1, log1p, cbrt, sin, cos, tan, arcsin, arccos, arctan, sinh, cosh, tanh, arcsinh, arccosh, arctanh) are vectorized u...
- numpy.exp
...ns: outndarray or scalarOutput array, element-wise exponential of x. This is a scalar if x is a scalar. See also expm1Calculate exp(x) - 1 for all elements in the array. exp2Calculate 2**x for all elements in the array. Notes The...
- numpy.expm1
...NumPy reference Routines and objects by topic Mathematical functions numpy.expm1...
- numpy.log1p
...docs. Returns: yndarrayNatural logarithm of 1 + x, element-wise. This is a scalar if x is a scalar. See also expm1exp(x) - 1, the inverse of log1p. Notes For real-valued input, log1p is accurate also for x so small that 1 + x...