function value = c8_i ( ) %*****************************************************************************80 % %% C8_I returns the value of the imaginary unit, i as a C8. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 13 September 2006 % % Author: % % John Burkardt % % Parameters: % % Output, complex VALUE, the value of complex i. % value = i; return end