Skip to main content

magnetic_force_on_moving_charge_degrees

Function magnetic_force_on_moving_charge_degrees 

Source
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.