yardToAngstrom method

double yardToAngstrom(
  1. double yards
)

Implementation

double yardToAngstrom(double yards) {
  return yards * 9.144e12;
}