yardToLightMinute method

double yardToLightMinute(
  1. double yards
)

Implementation

double yardToLightMinute(double yards) {
  return yards / 1.022e11;
}