isnan, isinf, isfinite, and sign should be implementable using comparison functions, for copysign sleef contains an implementation. I'd be happy to submit a PR for these ufuncs if you could point me in the right direction of where to add them.
isnan, isinf, isfinite, and sign should be implementable using comparison functions, for copysign sleef contains an implementation.
I'd be happy to submit a PR for these ufuncs if you could point me in the right direction of where to add them.