pub fn evaluate_batch_numeric( rule_json: &str, contexts_json: &[String], ) -> RuleEngineResult<Vec<f64>>
Batch-evaluate and coerce every result to f64.
f64