fn math_binary( args: &[RValue], f: fn(f64, f64) -> f64, ) -> Result<RValue, RError>
Helper for binary math builtins: applies (f64, f64) -> f64 element-wise with recycling.
(f64, f64) -> f64