Skip to content

Commit e120472

Browse files
SwayamInSyncjuntyr
andauthored
Update quaddtype/numpy_quaddtype/src/umath/binary_ops.cpp
Co-authored-by: Juniper Tyree <50025784+juntyr@users.noreply.github.com>
1 parent d167165 commit e120472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quaddtype/numpy_quaddtype/src/umath/binary_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ init_quad_binary_ops(PyObject *numpy)
225225
return -1;
226226
}
227227
// 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)
228+
// The only difference is that float_power promotes integer inputs to float (quaddtype is already float)
229229
if (create_quad_binary_ufunc<quad_pow, ld_pow>(numpy, "float_power") < 0) {
230230
return -1;
231231
}

0 commit comments

Comments
 (0)