pub fn magnetic_field_at_center_of_loop( current: f64, radius: f64, ) -> Option<f64>
Computes magnetic flux density at the center of a circular current loop.
Formula: B = μ0 * I / (2r)
B = μ0 * I / (2r)