Skip to content

Commit debf664

Browse files
shubhamgarg2000stokhos
authored andcommitted
added defination (TheAlgorithms#1244)
1 parent a648758 commit debf664

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arithmetic_analysis/newton_raphson_method.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Implementing Newton Raphson method in Python
22
# Author: Syed Haseeb Shah (github.com/QuantumNovice)
3-
3+
#The Newton-Raphson method (also known as Newton's method) is a way to
4+
#quickly find a good approximation for the root of a real-valued function
45
from sympy import diff
56
from decimal import Decimal
67

0 commit comments

Comments
 (0)