Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

data.c

Go to the documentation of this file.
00001 
00002 #include <stdio.h>
00003 #include <math.h>
00004 
00005 main()
00006 {
00007     int i;
00008     for (i = 0; i < 10000; i++)
00009         printf("%d %f %f\n", i, sin((M_PI*i)/1000.), cos((M_PI*i)/1000.));
00010 }

Generated at Sun Feb 24 09:56:57 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001