factorial 0.4.0

Convenient methods to compute the factorial, optionally checked.
Documentation
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "thomwiggers/factorial"

[[bench]]
harness = false
name = "benchmark"

[dependencies.num-traits]
version = "0.2"

[dependencies.primal-sieve]
version = "0.3.6"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.num-bigint]
version = "0.4"

[package]
authors = ["Thom Wiggers <thom@thomwiggers.nl>"]
categories = ["science", "algorithms"]
description = "Convenient methods to compute the factorial, optionally checked."
edition = "2021"
keywords = ["mathematics", "maths", "factorial", "combinatorics"]
license = "MIT"
name = "factorial"
readme = "README.md"
repository = "https://github.com/thomwiggers/factorial/"
version = "0.4.0"