No BSD License
function even = iseven(x) %function even = iseven(x) % Checks if x is even. % even = 2*floor(x/2) == x;
Contact us at files@mathworks.com