pub fn math_unary_op( args: &[RValue], f: fn(f64) -> f64, ) -> Result<RValue, RError>
Helper for unary math builtins: applies f64 -> f64 element-wise.
f64 -> f64