home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / lang / dial_cde.hqx / sincos.h < prev   
Text File  |  1988-09-06  |  138b  |  12 lines

  1. /*
  2.  * header to replace math.h
  3.  */
  4.  
  5. #include "sane.h"
  6.  
  7. #define    PI        (3.14159265358979323846)
  8.  
  9. double    sin(double x);
  10. double    cos(double x);
  11.  
  12.