Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^5: Reverse engineering a formula...

by Skeeve (Parson)
on Jun 13, 2006 at 10:41 UTC ( #554997=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @sign=( .... ); # Some combination of -1, 0 1
    my @sum= map { $sign[$i] * $VAR1[$i] } (0..$#VAR1);
    print eval join ' + ', @sum;
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2023-09-21 14:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?