[Coco] trig.h

Manny manney at gmail.com
Mon Jan 10 12:13:04 EST 2011


On 10 Jan 2011 13:49, "gene heskett" <gheskett at wdtv.com> wrote:
>
> 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?

I don't see any protos commented out, just the void before it.

-M.



More information about the Coco mailing list