ftp.nice.ch/pub/next/developer/languages/c/gcc.2.7.2.2.I.b.tar.gz#/lib/g++-include/Complex.h

This is Complex.h in view mode; [Download] [Up]

// This may look like C code, but it is really -*- C++ -*-

#ifndef _Complex_h
#define _Complex_h

// Use the ANSI complex number template.
#include <complex>
typedef complex<double> Complex;

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.