Added graph + updated formula creation

This commit is contained in:
Magnus Persson
2022-01-04 11:22:11 +01:00
parent d796794602
commit 0783a206b2
5 changed files with 171 additions and 13 deletions

View File

@ -1,5 +1,5 @@
{
"gravity-formula": "0.0*tilt^3+0.0*tilt^2+0.0017978*tilt+0.9436",
"gravity-formula": "0.00000166*tilt^3+-0.00024799*tilt^2+0.01344400*tilt+0.79358248",
"angle": 45,
"a1": 25,
"a2": 35,
@ -8,7 +8,7 @@
"a5": 65,
"g1": 1.000,
"g2": 1.010,
"g3": 1.020,
"g4": 1.030,
"g5": 1.040
"g3": 1.025,
"g4": 1.040,
"g5": 1.060
}