Search
Search Results
Search finished, found 4 page(s) matching the search query.
- numpy.frexp
...NumPy reference Routines and objects by topic Mathematical functions numpy.frexp...
- numpy.frexp (Python data, in numpy.frexp)
- numpy.frexp
...NumPy reference Routines and objects by topic Mathematical functions numpy.frexp...
- numpy.ldexp
...Returns: yndarray or scalarThe result of x1 * 2**x2. This is a scalar if both x1 and x2 are scalars. See also frexpReturn (y1, y2) from x = y1 * 2**y2, inverse to ldexp. Notes Complex dtypes are not supported, they will raise a...