Em Qui, 2009-02-26 às 17:01 +0100, TSa escreveu:
>      $y.error = 0.001;
>      $x ~~ $y;

Looking at this I just started wondering... why wouldn't that be made
with:

  my $y = 10 but Imprecise(5%);
  $x ~~ $y;

daniel

Reply via email to