mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
#6336: Add nb_divide.
This commit is contained in:
parent
f3d520cc16
commit
019e8dd7fc
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue