little-o term
strict upper bound — grows strictly slower than
f is o(g) if f grows STRICTLY slower than g. Stronger statement than Big-O (which allows same growth). Rarely needed in everyday engineering talk.
strict upper bound — grows strictly slower than
f is o(g) if f grows STRICTLY slower than g. Stronger statement than Big-O (which allows same growth). Rarely needed in everyday engineering talk.