# Pallas Math Crate with all the mathematics functions to support Cardano protocol: - [] lncf - Approximate `ln(1+x)` for `x in 0..infinty`. - [] cf - Compute continued fraction using max steps or bounded list of a/b factors. - [] bound - Simple way to find integer powers that bound x. - [] contract - Bisect bounds to find the smallest integer power such that `factor^n<=x