pub fn transmitted_fraction( linear_attenuation_coefficient: f64, thickness: f64, ) -> Option<f64>
Computes transmitted fraction with T = e^(-mu * x).
T = e^(-mu * x)