Jump to content

Wikifunctions:numpy

From Wikifunctions

Typed list (Z881) can be used to make numpy-like arrays.

numpy features and their analogous objects
FeatureTypeAnalogous object(s)
numpy.econstante (base of the natural logarithm, float64) (Z20890)
numpy.euler_gammaconstantEuler’s constant (Z31822)
numpy.infconstantpositive infinity (Z20832)
numpy.nanconstantnot a number (Z20834)
numpy.piconstantpi (float64 approximation) (Z20862)
numpy.arangefunctioncreate list of integers with given range and step (Z32060)