File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ documentation doesn't say so. In the documentation for the proposed ``imath`` m
3838return values are integers." would be accurate. In a similar way we
3939can simplify the description of the accepted arguments for functions in both the
4040new module and in :external+py3.14:mod: `math `.
41- Which content, as in beginning, will be again related to work with "just
42- numbers" --- that for most people with basic education means some model of real
43- numbers).
4441
4542Apparently, the :external+py3.14:mod: `math ` module can't serve as a catch-all place
4643for mathematical functions since we also have the :external+py3.14:mod: `cmath ` and
@@ -157,8 +154,7 @@ Other proposed names include ``ntheory`` (like SymPy's submodule),
157154``integermath `` and ``imaths ``.
158155
159156As a variant, the new module can be added as a submodule of the
160- :external+py3.14:mod: `math `. The main module itself will preserve a "catch-all"
161- role for mathematics in the stdlib.
157+ :external+py3.14:mod: `math `.
162158
163159
164160Module scope and possible extensions
You can’t perform that action at this time.
0 commit comments