pub fn can_static_friction_hold( applied_horizontal_force: f64, coefficient_static_friction: f64, normal_force: f64, ) -> Option<bool>
Checks whether static friction can hold a body at rest.