pub fn stability_2d(a: f64, b: f64, c: f64, d: f64) -> &'static strExpand description
Stability classification of a 2-D fixed point given the Jacobian entries.
Returns a human-readable label: "stable_node", "unstable_node",
"saddle", "stable_spiral", "unstable_spiral", "center".