yardToLightDay method

double yardToLightDay(
  1. double yards
)

Implementation

double yardToLightDay(double yards) {
  return yards / 7.099e13;
}