footToLightYear method

double footToLightYear(
  1. double feet
)

Implementation

double footToLightYear(double feet) {
  return feet / 3.104e16;
}