You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the total cost per distance seems wrong, as its the sum of all month, not the average (or better, the calculated cost per distance for this specific year)
with average cost/distance of ~0.1€/km, one shouldn't have a yearly cost/distance of 1€/km
The text was updated successfully, but these errors were encountered:
It will use the (total cost per year) / (total distance per year), so for example 2023 has total cost $595.41 and total distance of 1391 miles, it will be calculated as 595.41/1391 which is equal to $0.43/mi
the total cost per distance seems wrong, as its the sum of all month, not the average (or better, the calculated cost per distance for this specific year)
with average cost/distance of ~0.1€/km, one shouldn't have a yearly cost/distance of 1€/km
The text was updated successfully, but these errors were encountered: