Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: Variables are automatically rounded off in perl (audiences)

by tye (Sage)
on Jul 23, 2016 at 01:25 UTC ( [id://1168396]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\>perl -le "print 'WTF' if 1.00000000000000 != sqrt(3);"
    WTF
    
  2. or download this
    my $x = 0;
    for( 1..100 ) {
    ...
        # ...
    }
    print $x, $/;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-25 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found