But - and I don't want to sound pedantic - how is m^2 not exponential growth?
Edit: mea culpa guys, I carelessly translated from Dutch. You're all right: quadratic, not exponential growth.
Using terminology like "exponential" and "quadratic" correctly in a discussion of algorithms is not pedantic...
m^2 is exponential -- in the value 2. But the value 2 doesn't change very rapidly, so we tend to focus on the m component of the expression. :-)
Exponential growth would be 2^m.
Have a look at http://en.wikipedia.org/wiki/Time_complexity , it's pretty comprehensive.