Smooth step

A fast smooth step funtion that eases in as it closes on on zero and one.

f_smooth_stepf

float f_smooth_stepf(float f);

Description: 32 bit float smoothstep.

f_smooth_stepd

double f_smooth_stepd(double f);

Description: 64 bit double smoothstep.