Javascript Number to_miles_per_hour()
hour()
Number.prototype.to_miles_per_hour = function() { return this / 1609.344 * 3600.0; };