Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Put yourself on the Map

by hacker (Priest)
on Aug 20, 2002 at 12:48 UTC ( [id://191449]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    d  = int(dn)
    mi = frac(dn)*60
    m  = int(mi)
    s  = frac(mi)*60
    
  2. or download this
    d  = int(49.5125) = 49
    mi = frac(49.5125)*60 = 0.5125*60 = 30.75
    m  = int(mi) = int(30.75) = 30
    s  = frac(mi)*60 = 0.75*60 = 45
    

Log In?
Username:
Password:

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

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

    No recent polls found