Open
Description
I was looking for def sin
and other such functions in typing/numpy.py
, and they're missing completely. It's unclear why.
The actual question I was trying to figure out is: how often is the dtype
keyword used for unary ufuncs. I thought the data I needed would be here, but it looks like it's not.