source:
Sophya/trunk/SophyaLib/SysSpec/complex_missing.cc@
3753
Last change on this file since 3753 was 1781, checked in by , 24 years ago | |
---|---|
File size: 215 bytes |
Rev | Line | |
---|---|---|
[1781] | 1 | #include <complex> |
2 | #include <iostream> | |
3 | #include "complext.cc" | |
4 | template ostream & operator << <double>(ostream &, complex<double> const &); | |
5 | template ostream & operator << <float>(ostream &, complex<float> const &); | |
6 |
Note:
See TracBrowser
for help on using the repository browser.