/*------------------------------------------------------------------------------*
 *	My functions are defined here												*
 *	File Name MyLibrary.h													*
 *																				*
 
 *------------------------------------------------------------------------------*/




// Factorial function of the form n*(n-m)*(n-2m)...
 
	double factorial2 (int n, int m);


// Continue to add your functions here in the form above.  Every file here will
//
// be available for use by your other C programs as well as to to the Origin
// Worksheet
