File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,21 @@ As aliases in :external+py3.14:mod:`math` will be kept for an indefinite time
7878(their use would be discouraged), there are no anticipated code breaks.
7979
8080
81+ How to Teach This
82+ =================
83+
84+ The new module will be a place to functions, that 1) accept
85+ :external+py3.14:class: `int `-like arguments and return also integers, 2) are
86+ also in the field of arbitrary-precision integer arithmetic, i.e. have no
87+ dependence on the platform floating-point format or behaviour and/or on the
88+ platorm math library (``libm ``).
89+
90+ For users it would be natural first to look on the
91+ :external+py3.14:class: `int `'s methods, which cover most basic use-cases (e.g.
92+ :external+py3.14:meth: `int.bit_length ` method), than to some dedicated place in
93+ the stdlib.
94+
95+
8196Reference Implementation
8297========================
8398
You can’t perform that action at this time.
0 commit comments