View Single Post
Old 12-01-11, 09:36 AM
  #22  
myrridin
Banned.
 
Join Date: Jul 2010
Posts: 2,325
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
Likes: 0
Liked 0 Times in 0 Posts
Originally Posted by Mr. Cranky
If something is squared, the exponent is 2, so I'd say that's exponential.
It is semantics, but when the exponent is a constant it is usually referred to as polynomial growth. Exponential growth (where the exponent is a function) will always surpass both linear and polynomial growth over time.

Linear growth:
f(x) = a * x +b

Polynomial growth:
f(x) = a * x^b

Exponential growth:
f(x) = a * b^x
myrridin is offline