Suvarna Garge (Editor)

Polylogarithmic function

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

A polylogarithmic function in n is a polynomial in the logarithm of n,

a k log k ( n ) + + a 1 log ( n ) + a 0 .

In computer science, polylogarithmic functions occur as the order of time or memory used by some algorithms (e.g., "it has polylogarithmic order").

All polylogarithmic functions of n are o ( n ε ) for every exponent ε > 0 (for the meaning of this symbol, see small o notation), that is, a polylogarithmic function grows more slowly than any positive exponent. This observation is the basis for the soft O notation Õ(n).

References

Polylogarithmic function Wikipedia