Next / Previous / Contents / TCC Help System / NM Tech homepage

9. Exported functions

These functions are available to users of the module.

9.1. hoursToRadians(): Convert hours to radians

sidereal.py
# - - -   h o u r s T o R a d i a n s

def hoursToRadians ( hours ):
    """Convert hours (15 degrees) to radians.
    """
    return  hours * PI_OVER_12