Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.exp2
- numpy.exp2 (Python data, in numpy.exp2)
- NumPy 1.22.0 Release Notes
...20217) Vectorize 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, arctan...
- NumPy 1.3.0 Release Notes
..., same as the radians ufunc. rad2deg - converts radians to degrees, same as the degrees ufunc. log2 - base 2 logarithm. exp2 - base 2 exponential. trunc - truncate floats to nearest integer towards zero. logaddexp - add numbers stored as lo...
- numpy.exp
- numpy.exp2
- numpy.logaddexp2 (Python data, in numpy.logaddexp2)
- Indexing on
ndarrays
...values to indexed arrays for specific examples and explanations on how assignments work. Note that in Python, x[(exp1, exp2, ..., expN)] is equivalent to x[exp1, exp2, ..., expN]; the latter is just syntactic sugar for the former. Basic i...