dsalgo 0.3.7

A package for Datastructures and Algorithms.
Documentation
/// reference
/// - https://oeis.org/A006880
pub const PRIME_PI_POWER_OF_10: &'static [u128] = &[
    0,
    4,
    25,
    168,
    1229,
    9592,
    78498,
    664579,
    5761455,
    50847534,
    455052511,
    4118054813,
    37607912018,
    346065536839,
    3204941750802,
    29844570422669,
    279238341033925,
    2623557157654233,
    24739954287740860,
    234057667276344607,
    2220819602560918840,
    21127269486018731928,
    201467286689315906290,
];