Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Zipcode Proximity script

by Anonymous Monk
on Apr 18, 2010 at 06:33 UTC ( [id://835310]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Zipcode Proximity script
in thread Zipcode Proximity script

instead of my $maxlatdiff = atan2(sqrt(1 - ($distcos * $distcos)), $distcos); you could do
use Math::Trig; my $maxlatdiff = acos($distcos);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://835310]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-24 00:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found