Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: circular area in a coordinates grid (AoA)

by bliako (Monsignor)
on Mar 19, 2019 at 23:34 UTC ( [id://1231464]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $delta_x = $radius ** 2 - ($center_r - $row) ** 2;
        if( $delta_x >= 0 ){
           $delta_x = int sqrt $delta_x;
           ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-19 21:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found