#ifndef	FASTSINCOS_H
#define	FASTSINCOS_H
/***********************************************************
 *
 * Filename:		fastsincos.h
 *
 * Author:			Ricardo Temporal
 *
 * E-mail:			temporal@novell.nce.ufrj.br
 *
 * Date:				10 October 94
 *
 * Description:	class fastsincos, see fastsincos.doc
 *
 * Updates:	94/10/20	v1.0	-	The first !
 *
 * (c) Copyright 1994,1995 Ricardo Temporal.
 *     All Rights Reserved
 *
 * Commercial use is prohibit unless strict written permition
 * by the author.
 *
 ***********************************************************/

extern double	fastsin (double);
extern double	fastcos (double);

#pragma libcall FastsincosBase __UserLibInit 1E 0
#pragma libcall FastsincosBase fastsin 24 101
#pragma libcall FastsincosBase fastcos 2A 101

#endif	/*		FASTSINCOS_H	*/
