- or download this
sub EvalPolynominal{
#first parameter gives the polynominal string
...
$polynominal =~ s/L/$curLength/g ;#replace L with current value of
+ min Length
return eval ($polynominal);
}
- or download this
push @CompareValues,&EvalPolynominal($$lvlhash{$level}{'POLY_BASED_EM_
+DC'}{'EM_POLY'}{11},$$refhash{$level}{'MINDESIGNWIDTH'},0);
print ("size ".@CompareValues. "\n");
- or download this
$VAR1 = [
undef,
'0.048648',
'0.048648'
];