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

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

#include <math.h>

float boost(plft)
float plft;
{
	if(plft < .5) plft = 1. - plft;
	return((float)sqrt((double)(1./plft)));
}

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