4 lines
93 B
Text
4 lines
93 B
Text
(prinl
|
|
"Haversine distance: "
|
|
(round (haversine 36.12 -86.67 33.94 -118.4))
|
|
" km" )
|