[Coco] trig.h

gene heskett gheskett at wdtv.com
Mon Jan 10 08:49:48 EST 2011


On Monday, January 10, 2011 08:49:00 am Willard Goosey did opine:

> /*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*/

Why comment those two function proto's out?

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Now is the time for all good men to come to.
		-- Walt Kelly



More information about the Coco mailing list