skulpt_numpy icon indicating copy to clipboard operation
skulpt_numpy copied to clipboard

numpy.mean

Open ebertmi opened this issue 9 years ago • 0 comments

Implement http://docs.scipy.org/doc/numpy/reference/generated/numpy.mean.html

Parameters:

  • [x] x
  • [ ] axis
  • [ ] dtype
  • [ ] out
  • [ ] keepDim

ToDo:

  • [ ] call PyArray_FromAny
  • [ ] use PyArray_Return for return values

ebertmi avatar Oct 12 '15 14:10 ebertmi