We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ad960 commit 9b27814Copy full SHA for 9b27814
1 file changed
main.py
@@ -327,10 +327,10 @@ def example_polynomial_root_limits():
327
print("Inputs:")
328
print(f"c = {c}")
329
330
- limits = polynomials.root_limits(c)
+ root_limits = polynomials.root_limits(c)
331
332
print("Output:")
333
- print(f"limits = {limits}")
+ print(f"limits = {root_limits}")
334
335
336
@print_docstring
0 commit comments