Skip to content

Commit 545fec7

Browse files
Fix documentation (TheAlgorithms#5311)
1 parent ca842b4 commit 545fec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maths/euler_modified.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def euler_modified(
88
) -> np.array:
99
"""
1010
Calculate solution at each step to an ODE using Euler's Modified Method
11-
The Euler is straightforward to implement, but can't give accurate solutions.
12-
So, they Proposed some changes to improve the accuracy
11+
The Euler Method is straightforward to implement, but can't give accurate solutions.
12+
So, some changes were proposed to improve accuracy.
1313
1414
https://en.wikipedia.org/wiki/Euler_method
1515

0 commit comments

Comments
 (0)