eccentricity function

double eccentricity(
  1. double fl
)

Eccentricity of a meridian.

Implementation

double eccentricity(double fl) => math.sqrt((2 - fl) * fl);