function value = i4_huge ( ) %*****************************************************************************80 % %% I4_HUGE returns a "huge" I4. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 10 April 2007 % % Author: % % John Burkardt % % Parameters: % % Output, integer VALUE, a huge integer. % value = 2147483647; return end