Skip to main content

normal_force_horizontal_surface

Function normal_force_horizontal_surface 

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