footToLightDay method

double footToLightDay(
  1. double feet
)

Implementation

double footToLightDay(double feet) {
  return feet / 2.678e14;
}