inchToLightDay method

double inchToLightDay(
  1. double inches
)

Implementation

double inchToLightDay(double inches) {
  return inches / 6.451e15;
}