Structs§
- Prime
Iterator - Provides an Iterator for prime numbers.
Functions§
- factorize
- Factorizes the given number into its prime factors.
- gcd
- Finds the GCD of
a
andb
. - reduce_
fraction - Reduces the fraction
numerator
/denominator
using their GCD. - round_
to - Rounds the
value
with the specifiedgranularity
.