Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: float values and operators

by Plankton (Vicar)
on Aug 11, 2004 at 21:28 UTC ( [id://382100]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    bash-2.05b$ cat float.c
    #include <stdio.h>
    ...
    bash-2.05b$ gcc -o float float.c
    bash-2.05b$ ./float
    true
    
  2. or download this
    bash-2.05b$ cat float.py
    #!/usr/bin/python
    ...
            print "false"
    bash-2.05b$ ./float.py
    false
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-29 05:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found