enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. List of logarithmic identities - Wikipedia

    en.wikipedia.org/wiki/List_of_logarithmic_identities

    The multiple valued version of log(z) is a set, but it is easier to write it without braces and using it in formulas follows obvious rules. log(z) is the set of complex numbers v which satisfy e v = z; arg(z) is the set of possible values of the arg function applied to z. When k is any integer:

  3. Logarithm - Wikipedia

    en.wikipedia.org/wiki/Logarithm

    As a consequence, log b (x) diverges to infinity (gets bigger than any given number) if x grows to infinity, provided that b is greater than one. In that case, log b (x) is an increasing function. For b < 1, log b (x) tends to minus infinity instead. When x approaches zero, log b x goes to minus infinity for b > 1 (plus infinity for b < 1 ...

  4. Common logarithm - Wikipedia

    en.wikipedia.org/wiki/Common_logarithm

    To mitigate this ambiguity, the ISO 80000 specification recommends that log 10 (x) should be written lg(x), and log e (x) should be ln(x). Page from a table of common logarithms. This page shows the logarithms for numbers from 1000 to 1509 to five decimal places. The complete table covers values up to 9999.

  5. Natural logarithm - Wikipedia

    en.wikipedia.org/wiki/Natural_logarithm

    The natural logarithm of x is generally written as ln x, log e x, or sometimes, if the base e is implicit, simply log x. [2] [3] Parentheses are sometimes added for clarity, giving ln(x), log e (x), or log(x). This is done particularly when the argument to the logarithm is not a single symbol, so as to prevent ambiguity.

  6. Euler's constant - Wikipedia

    en.wikipedia.org/wiki/Euler's_constant

    The notation γ appears nowhere in the writings of either Euler or Mascheroni, and was chosen at a later time, perhaps because of the constant's connection to the gamma function. [3] For example, the German mathematician Carl Anton Bretschneider used the notation γ in 1835, [ 4 ] and Augustus De Morgan used it in a textbook published in parts ...

  7. Discrete logarithm - Wikipedia

    en.wikipedia.org/wiki/Discrete_logarithm

    Similarly, let b −k denote the product of b −1 with itself k times. For k = 0, the kth power is the identity: b 0 = 1. Let a also be an element of G. An integer k that solves the equation b k = a is termed a discrete logarithm (or simply logarithm, in this context) of a to the base b. One writes k = log b a.

  8. Iterated logarithm - Wikipedia

    en.wikipedia.org/wiki/Iterated_logarithm

    In this case, b = e. The zig-zagging entails starting from the point (n, 0) and iteratively moving to (n, log b (n) ), to (0, log b (n) ), to (log b (n), 0 ). In computer science, the iterated logarithm of , written log * (usually read "log star"), is the number of times the logarithm function must be iteratively applied before the result is ...

  9. Binary logarithm - Wikipedia

    en.wikipedia.org/wiki/Binary_logarithm

    For example, O(2 log 2 n) is not the same as O(2 ln n) because the former is equal to O(n) and the latter to O(n 0.6931...). Algorithms with running time O(n log n) are sometimes called linearithmic. [37] Some examples of algorithms with running time O(log n) or O(n log n) are: Average time quicksort and other comparison sort algorithms [38]