Lu Jiancheng
Results
2
issues of
Lu Jiancheng
### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x]...
enhancement
awaiting reviews
tests are failing
In file "maths/newton_raphson.py", there is a error in function "newton_raphson()". It likes that variables "error" was not refreshed in for-iterator process。So we need to recalculate the "error" in for-loop block,...