Kaydet (Commit) 019e8dd7 authored tarafından Georg Brandl's avatar Georg Brandl

#6336: Add nb_divide.

üst f3d520cc
......@@ -1160,6 +1160,7 @@ Number Object Structures
binaryfunc nb_add;
binaryfunc nb_subtract;
binaryfunc nb_multiply;
binaryfunc nb_divide;
binaryfunc nb_remainder;
binaryfunc nb_divmod;
ternaryfunc nb_power;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment