pdk.Math.Conversion ($Date: 2002/12/04 10:16:02 $)
index
pdk/Math/Conversion.py

Utility routines for conversions of various kinds.

FOG 11.1999, 08.2002

 
Functions
            
d2h(days)
converts days to hours.
deg(rad)
converts radian to 360 degree angles.
h2time(hours)
converts hours to a (yr:mo:d:h) tuple.
m2h(months)
converts months to hours.
rad(deg)
converts 360 degree to radian angles.
w2h(weeks)
converts weeks to hours.
y2h(years)
converts years to hours.
 
Data
             DAY_HOURS = 24
MONTH_HOURS = 720
WEEK_HOURS = 168
YEAR_HOURS = 8640
 
Author
            
$Author: gathmann $