source:
Sophya/trunk/SophyaLib/SysSpec/complex_missing.cc@
3712
Last change on this file since 3712 was 1781, checked in by , 24 years ago | |
---|---|
File size: 215 bytes |
Line | |
---|---|
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.