Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: Node Tension

by Roy Johnson (Monsignor)
on Nov 18, 2005 at 17:25 UTC ( [id://509880]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub tension {
      my ($hi, $lo) = @_;
      $lo or return 0;
      2 * log($lo)/log($hi + .1);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-23 09:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found