yardToLightSecond method

double yardToLightSecond(
  1. double yards
)

Implementation

double yardToLightSecond(double yards) {
  return yards / 6.132e9;
}