Function force_from_stress
pub fn force_from_stress(stress: f64, area: f64) -> Option<f64>Expand description
Computes force from stress and cross-sectional area.
Formula: F = σA.
Returns None when area is negative or when any input or result is not finite.