Annotation of 43BSDTahoe/cci/libM/atand.awk, revision 1.1.1.1

1.1       root        1: awk '{
                      2:        if (NR == 1) {
                      3:                printf "static double at1[256] = {\n"
                      4:                printf "\t%s,\n", $0
                      5:        } else if (NR == 256) {
                      6:                printf "\t%s\n", $0
                      7:                printf "};\n\n"
                      8:                printf "static double at0[64] = {\n"
                      9:        } else if (NR == 320) {
                     10:                printf "\t%s\n", $0
                     11:                printf "};\n"
                     12:        } else
                     13:                printf "\t%s,\n", $0
                     14: }' $*

unix.superglobalmegacorp.com

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