gcdn 0.2.0

An algorithmically faster implementation of variadic GCD.
Documentation
[dependencies.num-traits]
version = "0.2"

[lib]
name = "gcdn"
path = "src/lib.rs"

[package]
authors = ["Atlas Dostal <email@atlasdostal.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms"]
description = "An algorithmically faster implementation of variadic GCD."
edition = "2024"
keywords = ["gcd", "lcm", "division", "integer", "math"]
license = "MIT OR Apache-2.0"
name = "gcdn"
readme = "README.md"
repository = "https://github.com/atlv24/gcdn"
version = "0.2.0"