Function magnetic_force_on_moving_charge_degrees
pub fn magnetic_force_on_moving_charge_degrees(
charge: f64,
velocity: f64,
magnetic_flux_density: f64,
angle_degrees: f64,
) -> Option<f64>Expand description
Computes magnetic force using F = qvB sin(theta) with the angle in degrees.