File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,10 +202,11 @@ isqrt() renaming
202202---------------------------------------------
203203
204204There was a brief discussion about exposing :external+py3.14:func: `math.isqrt `
205- as ``imath.sqrt `` in the same way that :external+py3.14:func: `cmath.sqrt ` is
206- the complex version of :external+py3.14:func: `math.sqrt `. However, ``isqrt ``
207- is ultimately a different function: it is the floor of the square root. It
208- would be confusing to give it the same name (under a different module).
205+ as ``sqrt `` in the new namespace in the same way that
206+ :external+py3.14:func: `cmath.sqrt ` is the complex version of
207+ :external+py3.14:func: `math.sqrt `. However, ``isqrt `` is ultimately a
208+ different function: it is the floor of the square root. It would be confusing
209+ to give it the same name (under a different submodule).
209210
210211
211212Module name
You can’t perform that action at this time.
0 commit comments