ADDED BRENT'S METHOD #14322
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (EM102):
maths/numerical_analysis/brents_method.py#L54
maths/numerical_analysis/brents_method.py:54:26: EM102 Exception must not use an f-string literal, assign to variable first
|
|
Ruff (E501):
maths/numerical_analysis/brents_method.py#L6
maths/numerical_analysis/brents_method.py:6:89: E501 Line too long (207 > 88)
|