pub fn smooth_min_exponential(a: f64, b: f64, k: f64) -> f64
Smooth minimum via exponential blend.
Returns −(1/k) · ln(e^(−k·a) + e^(−k·b)).