Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: int() function

by syphilis (Archbishop)
on Oct 25, 2020 at 13:05 UTC ( [id://11123149]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\perl -le "printf '%a', 1.41421356237312;"
    0x1.6a09e667f3c3dp+0
    C:\>perl -le "printf '%a', 1.41421356237313;"
    0x1.6a09e667f3c6ap+0
    
  2. or download this
    $ python3 -c "print(0.14)"
    0.14
    ...
    
    $ python3 -c "print(2 ** 0.5)"
    1.4142135623730951
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-20 04:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found