pub fn lorentz_force_scalar_degrees(
charge: f64,
electric_field: f64,
velocity: f64,
magnetic_flux_density: f64,
angle_degrees: f64,
) -> Option<f64>Expand description
Computes the scalar Lorentz-force convenience relation with the angle in degrees.