fn make_math_comp( env: &mut SloshVm, state: &mut CompileState, cdr: &[Value], result: usize, op: u8, ) -> VMResult<()>