function value = i4_huge ( dummy ) %% I4_HUGE returns a "huge" I4. % % Modified: % % 10 April 2007 % % Author: % % John Burkardt % % Parameters: % % Input, integer DUMMY, a dummy argument. % % Output, integer VALUE, a huge integer. % value = 2147483647;