pub fn specialize(
expr: &TLExpr,
bindings: &[(String, f64)],
config: &PEConfig,
) -> PEResultExpand description
Specialize expr by binding all provided (name, f64) pairs and returning
the residual expression.
This is a convenience wrapper around partially_evaluate that builds a
PEEnv from the supplied bindings.