Version 1.0b1 API Documentation generated by Endo 2006-08-14
Module of functions that are like ufuncs in acting on arrays and optionally storing results in an output array.
Round x to nearest integer towards zero.
Return a boolean array y with y[i] True for x[i] = -Inf.
If y is an array, the result replaces the contents of y.
Return a boolean array y with y[i] True for x[i] = +Inf.
If y is an array, the result replaces the contents of y.
Returns the base 2 logarithm of x
If y is an array, the result replaces the contents of y.
| Local name | Refers to |
|---|---|
| asarray | numpy.core.numeric.asarray |
| empty | multiarray.empty |
| nx | numpy.core.numeric |
| umath | numpy.core.umath |