The Bias VOP is based on Perlin’s section in Texture & Modeling, and is currently only used in some of the older materials.

The basic process is to take:

result = amount / ( ((1/value) - 2) * (1 - amount) + 1);

Where value is the Input, and amount is the Bias.

See also

VOP nodes