Big O Notation

Let be functions

for all sufficiently close to

Note that it is read as is of order

Examples

  1. as
  2. as
  3. as

Twiddles Notation

Let be functions

Note that it is read as is asymptotic to as

Examples

  1. as
  2. as

Little o Notation

Let be functions

Note that it is read as is much smaller than in limit as

Examples

  1. as
  2. as