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