ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/lib/cpsoct.c

This is cpsoct.c in view mode; [Download] [Up]

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

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.