Annotation of researchv10dc/libc/math/fabs.C, revision 1.1.1.1

1.1       root        1: double
                      2: fabs(arg)
                      3: double arg;
                      4: {
                      5: 
                      6:        if(arg < 0.)
                      7:                arg = -arg;
                      8:        return(arg);
                      9: }

unix.superglobalmegacorp.com

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