Skip to main content

compute_expr

Function compute_expr 

Source
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.