This is cpspch.m in view mode; [Download] [Up]
float cpspch(pch)
float pch;
{
double pow();
int oct = pch;
return((pow(2.,oct+8.333333*(pch-oct))*1.021975));
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.