tinynumpy icon indicating copy to clipboard operation
tinynumpy copied to clipboard

Implement Data types

Open eadmaster opened this issue 7 years ago • 0 comments

https://docs.scipy.org/doc/numpy/user/basics.types.html

Many of these can be implemented using the standard ctype module (e.g.: numpy.uint16 equals to ctypes.c_ushort.)

eadmaster avatar Jan 23 '18 09:01 eadmaster