Files
Info_edupage/.venv/lib/python3.9/site-packages/numpy/polynomial/polyutils.pyi
Untriex Programming 6544d16770 Revert "Delete .venv directory"
This reverts commit 5a2693bd9f.
2021-08-31 22:26:50 +02:00

13 lines
252 B
Python

from typing import List
__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): ...