float cpsoct(oct)
float oct;
{
double pow();
	return(pow(2.,oct) * 1.021975);
}
