skulpt_numpy icon indicating copy to clipboard operation
skulpt_numpy copied to clipboard

numpy.abs

Open ebertmi opened this issue 9 years ago • 3 comments

Implement numpy.abs / numpy.absolute. See source.

ebertmi avatar Oct 12 '15 07:10 ebertmi

Implemented in numpy.abs and ndarray.abs

ebertmi avatar Oct 12 '15 13:10 ebertmi

The builtin abs needs to be refactor to call __abs__ on any object.

ebertmi avatar Oct 12 '15 14:10 ebertmi

Opened PR on main skulpt repo

ebertmi avatar Oct 19 '15 05:10 ebertmi