# softSquare

A function that blends between a sine and square wave.

float softSquare(float x, int squareness);

# Example