footToAngstrom method

double footToAngstrom(
  1. double feet
)

Implementation

double footToAngstrom(double feet) {
  return feet * 3.048e10;
}