diff options
| author | Juan Marin Noguera <juan@mnpi.eu> | 2023-07-25 18:22:04 +0200 |
|---|---|---|
| committer | Juan Marin Noguera <juan@mnpi.eu> | 2023-07-25 18:22:04 +0200 |
| commit | 46afb6bf501f4001c4bdb7bd2f2db7c466f95554 (patch) | |
| tree | 38700d5545a2cf172434aa656825371ff9563825 /examples/parabolic_check.txt | |
Solvned project from 2020
Note that Go didn't have generics back then.
Diffstat (limited to 'examples/parabolic_check.txt')
| -rw-r--r-- | examples/parabolic_check.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/parabolic_check.txt b/examples/parabolic_check.txt new file mode 100644 index 0000000..373b723 --- /dev/null +++ b/examples/parabolic_check.txt @@ -0,0 +1,3 @@ +Euler: Point diff @ 0.1470067554878007, end diff @ 0.49737244764885347. +Modified Euler: Point diff @ 1.9920977079185658e-22, end diff @ 0.0026275523512602206. +RK4: Point diff @ 1.9926361270567946e-22, end diff @ 0.0026275523512602206. |
