Closed ikegami closed 12 years ago
Bitwise XOR (^)? Surely that should be exponentiation (**)!
elsif($self->{formula} eq 'gcd'){ $c = 2*asin( sqrt( ( sin(($lat1-$lat2)/2) )^2 + cos($lat1) * cos($lat2) * ( sin(($lon1-$lon2)/2) )^2 ) );
Bitwise XOR (^)? Surely that should be exponentiation (**)!