pub fn combine(args: &[ArgValue]) -> Result<f64, FCError>
Combine over a list of typed args. Currently supports numeric inputs. Any non-numeric argument triggers an E203 higher up in executor.
E203