Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^7: int() function

by syphilis (Archbishop)
on Oct 26, 2020 at 02:28 UTC ( [id://11123171]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ python3 -c "print (2 ** 0.5)"
    1.4142135623730951
    ...
    
    $ perl -le "print 2 ** 0.5;"
    1.4142135623731
    
  2. or download this
    $ rakudo -e "say (5.3130431399669280e-34)"
    5.3130431399669284e-34
    
  3. or download this
    $ python3 -c "print (5.3130431399669280e-34)"
    5.313043139966928e-34
    
  4. or download this
    $ perl -le "print 5.3130431399669280e-34;"
    5.31304313996693e-34
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-19 03:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found