## TODO list for Math::AnyNum

# More examples.

# Better documentation.

# Optimizations:

    gcd(AnyNum, Scalar)
    lcm(AnyNum, Scalar)

# Add the following methods:

    exp2  [?]
    exp10 [?]

# Add the following conversion methods:

    as_rat   [?]
    as_float [?]
    in_base  [?]

# Add the following comparison methods:

    acmp

# Add the following useful functions:

    max
    min
    sum
    product
