|
|
1.1 root 1:
2: #include "complex.h"
3:
4: complex polar(double r, double theta)
5: {
6: return complex(r * cos(theta), r * sin(theta) );
7: }
8:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.