We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf98b8 commit 7bde4c6Copy full SHA for 7bde4c6
quaddtype/numpy_quaddtype/src/umath/unary_ops.cpp
@@ -156,6 +156,8 @@ init_quad_unary_ops(PyObject *numpy)
156
if (create_quad_unary_ufunc<quad_absolute, ld_absolute>(numpy, "absolute") < 0) {
157
return -1;
158
}
159
+ // fabs is simialr to absolute, just not handles complex values (we neither)
160
+ // registering the absolute here
161
if (create_quad_unary_ufunc<quad_absolute, ld_absolute>(numpy, "fabs") < 0) {
162
163
0 commit comments