|
|
researchv9-SUN3(old)
#include "complex.h"
complex polar(double r, double theta)
{
return complex(r * cos(theta), r * sin(theta) );
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.