Annotation of 43BSDReno/pgrm/pascal/tstpx/src/t17.p, revision 1.1.1.1

1.1       root        1: program graph1(output);
                      2: const
                      3:        d = 0.0625;
                      4:        s = 32;
                      5:        h = 34;
                      6:        c = 6.28318;
                      7:        lim = 32;
                      8: var
                      9:        x,y: real;
                     10:        i,n: integer;
                     11: 
                     12: begin
                     13:        for i := 0 to lim do
                     14:        begin
                     15:                x := d*i;
                     16:                y := exp(-x)*sin(c*x);
                     17:                n := round(s*y) + h;
                     18:                writeln('*':n);
                     19:        end
                     20: end.

unix.superglobalmegacorp.com

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