Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Exponential Function Programming

by okram (Monk)
on Nov 22, 2007 at 16:03 UTC ( [id://652405]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub x_power_n {
      my $x = shift;
      my $n = shift;
    ...
      }
      return $result;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-25 10:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found