This is boost.m 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.