Search
Search Results
Search finished, found 9 page(s) matching the search query.
- numpy.logaddexp
...NumPy reference Routines and objects by topic Mathematical functions numpy.logaddexp...
- numpy.logaddexp2
...NumPy reference Routines and objects by topic Mathematical functions numpy.logaddexp2...
- numpy.logaddexp (Python data, in numpy.logaddexp)
- NumPy 1.16.0 Release Notes
...behavior of getting int s when reducing empty object arrays with arithmetic ufuncs like add and multiply. Additionally, logaddexp now has an identity of -inf, allowing it to be called on empty sequences, where previously it could not be. Th...
- 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
...ees ufunc. log2 - base 2 logarithm. exp2 - base 2 exponential. trunc - truncate floats to nearest integer towards zero. logaddexp - add numbers stored as logarithms and return the logarithm of the result. logaddexp2 - add numbers stored as...
- numpy.logaddexp
...NumPy reference Routines and objects by topic Mathematical functions numpy.logaddexp...
- numpy.logaddexp2
...NumPy reference Routines and objects by topic Mathematical functions numpy.logaddexp2...
- numpy.logaddexp2 (Python data, in numpy.logaddexp2)