module documentation

Provides a simple scale(data,factor) function.

Function scale Update the values of data by multiplying each by the given factor.
def scale(data, factor):

Update the values of data by multiplying each by the given factor.