pub fn minimum_time_uncertainty(energy_uncertainty: f64) -> Option<f64>Expand description
Computes the minimum time uncertainty estimate from delta t >= hbar / (2 * delta E).
Returns None when energy_uncertainty is not positive and finite, or when the computed
result is not finite.