HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/numpy/lib/polynomial.pyi
from typing import List

from numpy import (
    RankWarning as RankWarning,
    poly1d as poly1d,
)

__all__: List[str]

def poly(seq_of_zeros): ...
def roots(p): ...
def polyint(p, m=..., k=...): ...
def polyder(p, m=...): ...
def polyfit(x, y, deg, rcond=..., full=..., w=..., cov=...): ...
def polyval(p, x): ...
def polyadd(a1, a2): ...
def polysub(a1, a2): ...
def polymul(a1, a2): ...
def polydiv(u, v): ...