pub fn gamma(f1_hz: f64, f2_hz: f64) -> Result<f64, IonosphereFreeError>
Ionosphere-free coefficient gamma = f1^2 / (f1^2 - f2^2).
gamma = f1^2 / (f1^2 - f2^2)