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

1.1       root        1: 
                      2: #include "complex.h"
                      3: 
                      4: double arg(complex z)
                      5: {
                      6:        return atan2(z.im,z.re);
                      7: }

unix.superglobalmegacorp.com

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