float cpspch(pch)
float pch;
{
double pow();
	int oct = pch;
	return((pow(2.,oct+8.333333*(pch-oct))*1.021975));
}
