Search
Search Results
Search finished, found 6 page(s) matching the search query.
- numpy.float_power
...NumPy reference Routines and objects by topic Mathematical functions numpy.float_power...
- numpy.float_power (Python data, in numpy.float_power)
- NumPy 1.12.0 Release Notes
...ed values to contaminate the result with masks, but the other mode only outputs masks if there is no alternative. New float_power ufunc The new float_power ufunc is like the power function except all computation is done in a minimum preci...
- numpy.float_power
...NumPy reference Routines and objects by topic Mathematical functions numpy.float_power...
- numpy.pow
...yndarrayThe bases in x1 raised to the exponents in x2. This is a scalar if both x1 and x2 are scalars. See also float_powerpower function that promotes integers to float Examples >>> import numpy as np Cube each element in an a...
- numpy.power
...yndarrayThe bases in x1 raised to the exponents in x2. This is a scalar if both x1 and x2 are scalars. See also float_powerpower function that promotes integers to float Examples >>> import numpy as np Cube each element in an a...