Wikifunctions:numpy
Appearance
|
This page is currently a draft. More information pertaining to this may be available on the talk page. Translation admins: Normally, drafts should not be marked for translation. |
Typed list (Z881) can be used to make numpy-like arrays.
| Feature | Type | Analogous object(s) |
|---|---|---|
| numpy.e | constant | e (base of the natural logarithm, float64) (Z20890) |
| numpy.euler_gamma | constant | Euler’s constant (Z31822) |
| numpy.inf | constant | positive infinity (Z20832) |
| numpy.nan | constant | not a number (Z20834) |
| numpy.pi | constant | pi (float64 approximation) (Z20862) |
| numpy.arange | function | create list of integers with given range and step (Z32060) |