This is boost.c in view mode; [Download] [Up]
#include <math.h> float boost(plft) float plft; { return(1./sqrt(plft*plft + (1.-plft)*(1.-plft))); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.