inchToLightSecond method

double inchToLightSecond(
  1. double inches
)

Implementation

double inchToLightSecond(double inches) {
  return inches / 5.575e11;
}