Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.log1p
...NumPy reference Routines and objects by topic Mathematical functions numpy.log1p...
- numpy.log1p (Python data, in numpy.log1p)
- NumPy 1.22.0 Release Notes
...odule 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 using AV...
- NumPy 1.8.1 Release Notes
...for entries very close to last boundary gh-4408: Fix stride_stricks.as_strided function for object arrays gh-4225: fix log1p and exmp1 return for np.inf on windows compiler builds gh-4359: Fix infinite recursion in str.format of flex array...
- numpy.expm1
...darray or scalarElement-wise exponential minus one: out = exp(x) - 1. This is a scalar if x is a scalar. See also log1plog(1 + x), the inverse of expm1. Notes This function provides greater precision than exp(x) - 1 for small value...
- numpy.log
...urns: yndarrayThe natural logarithm of x, element-wise. This is a scalar if x is a scalar. See also log10, log2, log1p, emath.log Notes Logarithm is a multivalued function: for each x there is an infinite number of z such that exp(...
- numpy.log1p
...NumPy reference Routines and objects by topic Mathematical functions numpy.log1p...
- numpy.log2
...e ufunc docs. Returns: yndarrayBase-2 logarithm of x. This is a scalar if x is a scalar. See also log, log10, log1p, emath.log2 Notes Logarithm is a multivalued function: for each x there is an infinite number of z such that 2**...