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.
I was looking for
def sinand other such functions intyping/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
dtypekeyword used for unary ufuncs. I thought the data I needed would be here, but it looks like it's not.