source:
trunk/Jgraph/sin2.c@
660
Last change on this file since 660 was 418, checked in by , 17 years ago | |
---|---|
File size: 142 bytes |
Rev | Line | |
---|---|---|
[418] | 1 | #include <math.h> |
2 | main() | |
3 | { | |
4 | double x; | |
5 | for (x = 0.1; x < 100.0; x += .03) | |
6 | printf("%f %f\n", x, sin(x)); | |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.