pub fn det_atan2(y: f64, x: f64) -> f64
Deterministic atan2(y, x) — uses only WASM-intrinsic f64 operations.