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 d167165 commit e120472Copy full SHA for e120472
quaddtype/numpy_quaddtype/src/umath/binary_ops.cpp
@@ -225,7 +225,7 @@ init_quad_binary_ops(PyObject *numpy)
225
return -1;
226
}
227
// float_power uses the same implementation as power for floating-point types
228
- // The only difference is that float_power promotes integer inputs to float (quaddtype already float)
+ // The only difference is that float_power promotes integer inputs to float (quaddtype is already float)
229
if (create_quad_binary_ufunc<quad_pow, ld_pow>(numpy, "float_power") < 0) {
230
231
0 commit comments