Annotation of researchv10no/cmd/cfront/libC/complex/polar.c, revision 1.1.1.1

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: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.