polarRadius function

double polarRadius(
  1. double er,
  2. double fl
)

Polar radius in km.

Implementation

double polarRadius(double er, double fl) => er * (1 - fl);