home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
lang
/
dial_cde.hqx
/
sincos.h
< prev
Wrap
Text File
|
1988-09-06
|
138b
|
12 lines
/*
* header to replace math.h
*/
#include "sane.h"
#define PI (3.14159265358979323846)
double sin(double x);
double cos(double x);