Function normal_force_horizontal_surface
pub fn normal_force_horizontal_surface(
mass: f64,
gravitational_acceleration: f64,
) -> Option<f64>Expand description
Computes the normal force on a horizontal surface.
Formula: N = m * g.