- or download this
227.20
1176.00
...
0.00
0.00
0.00
- or download this
7566.85
- or download this
open (X,"< x.txt");
while ($n = <X>) {
...
return sprintf("%.${dp}g",$A) eq sprintf("%.${dp}g",$B);
}
- or download this
t = 7566.85
st = 7566.85
Different
- or download this
sub equal {
my ($A,$B,$dp) = @_;
...
}
return sprintf("%.${dp}g",$A) eq sprintf("%.${dp}g",$B);
}
- or download this
t = 7566.85
st = 7566.85
Equal