function [ x_new, y_new ] = i_swap ( x, y ) %swaps two reals x_new = y; y_new = x;