summaryrefslogtreecommitdiffstats
path: root/venv/lib/python3.9/site-packages/numpy/polynomial/polyutils.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'venv/lib/python3.9/site-packages/numpy/polynomial/polyutils.pyi')
-rw-r--r--venv/lib/python3.9/site-packages/numpy/polynomial/polyutils.pyi11
1 files changed, 11 insertions, 0 deletions
diff --git a/venv/lib/python3.9/site-packages/numpy/polynomial/polyutils.pyi b/venv/lib/python3.9/site-packages/numpy/polynomial/polyutils.pyi
new file mode 100644
index 00000000..c0bcc678
--- /dev/null
+++ b/venv/lib/python3.9/site-packages/numpy/polynomial/polyutils.pyi
@@ -0,0 +1,11 @@
+__all__: list[str]
+
+class RankWarning(UserWarning): ...
+
+def trimseq(seq): ...
+def as_series(alist, trim=...): ...
+def trimcoef(c, tol=...): ...
+def getdomain(x): ...
+def mapparms(old, new): ...
+def mapdomain(x, old, new): ...
+def format_float(x, parens=...): ...