home *** CD-ROM | disk | FTP | other *** search
- # define M_PI 3.14159265358979324
- # define M_PI_2 1.57079632679489662
- # define M_PI_4 0.785398163397448310
-
- void GotoXY(int x, int y);
- void ClrScr();
- void ClrEol();
- float frandom();
- void double2float(float destination[], double source[],int n);
- void float2double(double destination[], float source[],int n);
-