number_factorization 1.0.0 copy "number_factorization: ^1.0.0" to clipboard
number_factorization: ^1.0.0 copied to clipboard

Dart package to find Greatest Common Divisor(GCD), Least Common Multiple(LCM) and integer factorization.

integer_factorization #

Dart package to find Greatest Common Divisor(GCD), Least Common Multiple(LCM) and integer factorization.

GCD #

print(gcd(3 * 4, 3 * 4 * 17));

LCM #

print(lcm(12, 8));

Integer Factorization #

print(integerFactorization(24));
0
likes
160
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart package to find Greatest Common Divisor(GCD), Least Common Multiple(LCM) and integer factorization.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on number_factorization