from INT64 arithmetic in MATLAB by Petter
Enables int64 Addition, subtraction, multiplication, division and modulus.

abs(a)
function c = abs(a)
	c = int64abs(a);
end

Contact us at files@mathworks.com