Skip to main content

pow10

Function pow10 

Source
fn pow10(exp: u32) -> BigInt
Expand description

Helper to compute powers of 10 efficiently. Returns precomputed values for exponents 0-21, or computes on-demand for others.