function value = c8_zero ( ) %*****************************************************************************80 % %% C8_ZERO returns zero as a C8. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 13 September 2006 % % Author: % % John Burkardt % % Parameters: % % Output, complex C8_ZERO, the value of complex 0. % value = 0.0; return end