pnumpy
pnumpy copied to clipboard
something off with how im hooking true_divide for int32 input
I tried to hook true_divide for signature int32, int32, output double (which i think is what we want??) this resulted in an error hooking true_divide with signature. float, float, output float does work (as does double) not sure if im doing something wrong... or best way to hook it