sum_poly¶
- sum_poly(*args, **kwargs)¶
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.
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.