Please send questions to st10@humboldt.edu .

# a python script containing a function
# by: Sharon Tuttle
# last modified: 9-26-06

def halve(value):
    return value / 2.0