MCPcopy Index your code
hub / github.com/pydata/xarray / polyval

Function polyval

xarray/computation/computation.py:836–838  ·  view source on GitHub ↗
(
    coord: DataArray, coeffs: DataArray, degree_dim: Hashable = "degree"
)

Source from the content-addressed store, hash-verified

834
835@overload
836def polyval(
837 coord: DataArray, coeffs: DataArray, degree_dim: Hashable = "degree"
838) -> DataArray: ...
839
840
841@overload

Callers

nothing calls this directly

Calls 6

zeros_likeFunction · 0.90
_ensure_numericFunction · 0.85
arangeMethod · 0.80
maxMethod · 0.45
reindexMethod · 0.45
iselMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…