sum_polyΒΆ
- sum_poly(*args, **kwargs)ΒΆ
Add polynomials together. Deprecated.
Use the builtin sum, which this function calls with every argument that it takes.
- Returns:
The value that the builtin sum returned.
Add polynomials together. Deprecated.
Use the builtin sum, which this function calls with every argument that it takes.
The value that the builtin sum returned.