enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Iterated logarithm - Wikipedia

    en.wikipedia.org/wiki/Iterated_logarithm

    Demonstrating log* 4 = 2 for the base-e iterated logarithm. The value of the iterated logarithm can be found by "zig-zagging" on the curve y = log b (x) from the input n, to the interval [0,1]. 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 ...

  3. Index calculus algorithm - Wikipedia

    en.wikipedia.org/wiki/Index_calculus_algorithm

    Dedicated to the discrete logarithm in (/) where is a prime, index calculus leads to a family of algorithms adapted to finite fields and to some families of elliptic curves. The algorithm collects relations among the discrete logarithms of small primes, computes them by a linear algebra procedure and finally expresses the desired discrete ...

  4. List of arbitrary-precision arithmetic software - Wikipedia

    en.wikipedia.org/wiki/List_of_arbitrary...

    Python: the built-in int (3.x) / long (2.x) integer type is of arbitrary precision. The Decimal class in the standard library module decimal has user definable precision and limited mathematical operations (exponentiation, square root, etc. but no trigonometric functions).

  5. Memento pattern - Wikipedia

    en.wikipedia.org/wiki/Memento_pattern

    import java.util.List; import java.util.ArrayList; class Originator {private String state; // The class could also contain additional data that is not part of the // state saved in the memento.. public void set (String state) {this. state = state; System. out. println ("Originator: Setting state to "+ state);} public Memento saveToMemento {System. out. println ("Originator: Saving to Memento."

  6. Logarithmic number system - Wikipedia

    en.wikipedia.org/wiki/Logarithmic_number_system

    One part of this machine called an "endless spindle" allowed the mechanical expression of the relation = ⁡ (+), [14] with the aim of extracting the logarithm of a sum as a sum of logarithms. A LNS has been used in the Gravity Pipe special-purpose supercomputer [15] that won the Gordon Bell Prize in 1999.

  7. Binary logarithm - Wikipedia

    en.wikipedia.org/wiki/Binary_logarithm

    Because logarithms in different bases differ from each other only by a constant factor, algorithms that run in O(log 2 n) time can also be said to run in, say, O(log 13 n) time. The base of the logarithm in expressions such as O(log n) or O(n log n) is therefore not important and can be omitted.

  8. Logarithm - Wikipedia

    en.wikipedia.org/wiki/Logarithm

    The logarithm of a product is the sum of the logarithms of the numbers being multiplied; the logarithm of the ratio of two numbers is the difference of the logarithms. The logarithm of the p-th power of a number is p times the logarithm of the number itself; the logarithm of a p-th root is the logarithm of the number divided by p. The following ...

  9. Pohlig–Hellman algorithm - Wikipedia

    en.wikipedia.org/wiki/Pohlig–Hellman_algorithm

    In this section, we present the general case of the Pohlig–Hellman algorithm. The core ingredients are the algorithm from the previous section (to compute a logarithm modulo each prime power in the group order) and the Chinese remainder theorem (to combine these to a logarithm in the full group).