Logarithmic growth is inverse of exponential growth...
r = growth rate
P = initial population value
Y = result
t = time
Formula:
Y = P * log r(t)
While exponential growth is as follows:
Y = P * (1 + r) ^ t
Y = P * EXP(1) ^ t (if growth "r" is contigous over time "t")
also linear growth formula is:
Y = P * r * t
finaly here is polynomial growth:
Y = P * t ^ r
~codekiddy.
Copyright © 2026 eLLeNow.com All Rights Reserved.