[Coco] trig.h
Willard Goosey
goosey at virgo.sdc.org
Mon Jan 10 06:15:09 EST 2011
/*trig.h
*header file for Gene Heskett's trig.l
*http://gene.homelinux.net:85/gene/Genes-os9-stf/
*
*Header file (and just the header file)by
*Willard Goosey
*
*1/9/2011
*/
#ifndef TRIG_H
#define TRIG_H
#ifndef TWO_PI
/*include gene's constants */
#include <trigcons.h>
#endif
double arctan(); /*takes a double*/
double cos(); /*takes a double*/
double dabs(); /*takes a double*/
double dfix(); /*takes a double*/
double dint(); /*takes a double*/
double dsign(); /*takes a double*/
double dsqr(); /*takes a double*/
double exp(); /*takes a double*/
/*void */ less(); /* (pointer to double, double) */
long lfactr(); /* takes an int*/
double nlog(); /*takes a double*/
/*void*/ reduce(); /* (pointer to double, double) */
double sin(); /*takes a double*/
double sqrt(); /*takes a double*/
#endif /*trig_h*/
--
Willard Goosey goosey at sdc.org
Socorro, New Mexico, USA
I search my heart and find Cimmeria, land of Darkness and the Night.
-- R.E. Howard
More information about the Coco
mailing list