Search
Search Results
Search finished, found 6 page(s) matching the search query.
- numpy.logaddexp2
...NumPy reference Routines and objects by topic Mathematical functions numpy.logaddexp2...
- numpy.logaddexp2 (Python data, in numpy.logaddexp2)
- NumPy 1.19.0 Release Notes
...is no longer a type error thrown when numpy.einsum is passed a NumPy int64 array as its subscript list. (gh-16080) np.logaddexp2.identity changed to -inf The ufunc ~numpy.logaddexp2 now has an identity of -inf, allowing it to be called on...
- NumPy 1.3.0 Release Notes
...s to nearest integer towards zero. logaddexp - add numbers stored as logarithms and return the logarithm of the result. logaddexp2 - add numbers stored as base 2 logarithms and return the base 2 logarithm of the result. Masked arrays Sev...
- numpy.logaddexp
...Returns: resultndarrayLogarithm of exp(x1) + exp(x2). This is a scalar if both x1 and x2 are scalars. See also logaddexp2Logarithm of the sum of exponentiations of inputs in base 2. Examples >>> import numpy as np >>> prob1 = np...
- numpy.logaddexp2
...NumPy reference Routines and objects by topic Mathematical functions numpy.logaddexp2...