PatOnTheBack 2b365284c8 Removed Unnecessary Assignment for 'error' Var (#920)
`error = abs(f(a))` was declared on line 24 and line 32. It is unnecessary to have in both places.
I removed the second instance since it wastes resources to keep redefining the variable inside the for loop.
This fixes an [issue found by lgtm](66c4afbd0f/files/maths/newton_raphson.py)
2019-07-07 23:45:42 +08:00
..
2019-05-26 21:56:10 +05:30
2019-05-26 21:56:10 +05:30
2019-07-01 16:10:18 +08:00
2019-05-26 21:56:10 +05:30
2019-05-26 21:56:10 +05:30
2019-05-26 21:56:10 +05:30
2019-07-06 11:11:20 +05:30
2019-05-26 21:56:10 +05:30
2018-10-19 17:14:25 -05:00
2018-10-20 14:45:08 -05:00
2018-10-19 17:14:25 -05:00
2018-10-19 17:14:25 -05:00