I'm guessing that's it (the Wikipedia link), but the math's way above my level. I guess I can't add any more "layers", as it were, to the effect.

Unless there's a way I could use a special kind of graphing calculator to do it...?


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}