DOUBLE COMPLEX type specifier

Standard: F77 F90 F95 F2003 F2008 F2018


<Syntax>

DOUBLE COMPLEX

<Semantics>

This is synonymous with Complex(Kind(0d0)).

This statement is not part of any Fortran standard, and should not be used. Use Complex(Kind(0d0)) instead.

<Related>

COMPLEX type, DOUBLE PRECISION type specifier