Add ~ (__invert__) so that ~larry works
Registered by
kwgoodman
Add ~ (__invert__) so that ~larry works. But raise TypeError if larry does not have dtype=bool. numpy alows integers and strings but the output is strange (to me). Add unit test and doc string as well. In deflarry.py, place ~ with the other unary methods.
Whiteboard
(?)