tinynumpy
tinynumpy copied to clipboard
Implement Data types
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
.)