[Coco] trig.h
John Donaldson
johnadonaldson at sbcglobal.net
Mon Jan 10 12:32:31 EST 2011
On 1/10/2011 11:13 AM, Manny wrote:
> 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.
Say here.
John Donaldson
> --
> Coco mailing list
> Coco at maltedmedia.com
> http://five.pairlist.net/mailman/listinfo/coco
>
More information about the Coco
mailing list