|
|
|
|
|
by klaasvakie
4348 days ago
|
|
For a relatively accurate guess to go from miles->kilometres you can use the fibonacci series. If the current number is in miles, the next one will be the same distance in kilometres. Works from 2 onwards. So from 2 3 5 8 13 21 ... you can see that 3 miles is 5 kilometres, 8 miles is 13 kilometres etc. |
|