We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Paul N Profile

photo Paul N (inferano)
27 Jun 2005
Bangalore,India India

http://inferano.blogspot.com/
Contact memberContact this Member Edit ProfileEdit my profile

This user has contributed 0 articles, 1 code samples and posted 90 messages in our discussion forums.

Technology Interests

    Code Samples

  • Find the value between the hands of a Clock in degrees...

    by inferano

    The code illustrates a simple method that calculates the angle between the hands (i.e the hour hand and the minute hand) of a clock in degrees. The formula used to calculate the angle is a very simple formula: degrees = 30*Hours - (11*Minutes)/2 . Read full article