footToLightHour method

double footToLightHour(
  1. double feet
)

Implementation

double footToLightHour(double feet) {
  return feet / 6.421e12;
}