On Mon, 2008-06-02 at 12:27 -0700, Bernhard Schmalhofer wrote:

> [EMAIL PROTECTED]:~/devel/Parrot/trunk$ ./parrot t.pir
> 3.14159
> 3.141590
> 
> Why should 'print' print trailing a '0' and 'say' not?

default rounding length?
sub main

  $N0 = 3.141596
...

./parrot ../pi.pir
3.1416
3.141596

and for 
 $N1 = 3.1415968

3.1416
3.141597


 a

-- 

Andy Bach
Systems Mangler
Internet: [EMAIL PROTECTED]
Voice: (608) 261-5738 Fax: 264-5932

Sent from Evolution (CentOS)!!!

Reply via email to