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
Missing decimal on earths radius meant that int/int=int so rounded to 0 instead of 0.0000123. When adding decimal to radius int/float=float bingo sorted :)