pub async fn compute_expr(expr: &str) -> Result<String, String>Expand description
Zero-model expression evaluator for hematite --compute.
Evaluates arithmetic, trig, statistics, and common physical constants
entirely inside the Python sandbox — no network, no model required.