Polylogarithmic function
Template:Short description Script error: No such module "Distinguish". In mathematics, a polylogarithmic function in Template:Mvar is a polynomial in the logarithm of Template:Mvar,[1]
The notation logknScript error: No such module "Check for unknown parameters". is often used as a shorthand for (log n)kScript error: No such module "Check for unknown parameters"., analogous to sin2θScript error: No such module "Check for unknown parameters". for (sin θ)2Script error: No such module "Check for unknown parameters"..
In computer science, polylogarithmic functions occur as the order of time for some data structure operations. Additionally, the exponential function of a polylogarithmic function produces a function with quasi-polynomial growth, and algorithms with this as their time complexity are said to take quasi-polynomial time.[2]
All polylogarithmic functions of Template:Mvar are o(nε)Script error: No such module "Check for unknown parameters". for every exponent ε > 0Script error: No such module "Check for unknown parameters". (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)Script error: No such module "Check for unknown parameters"..[3]
References
<templatestyles src="Reflist/styles.css" />
- ↑ Script error: No such module "citation/CS1".
- ↑ Complexity Zoo: Class QP: Quasipolynomial-Time
- ↑ Script error: No such module "citation/CS1".
Script error: No such module "Check for unknown parameters".