Function minimum_static_friction_coefficient_for_incline
pub fn minimum_static_friction_coefficient_for_incline(
angle_radians: f64,
) -> Option<f64>Expand description
Computes the minimum static friction coefficient needed to prevent sliding on an incline.
Formula: μ_s,min = tan(theta).