dahl-bellnumber 0.1.1

In combinatorial mathematics, the Bell numbers count the possible partitions of a set. https://en.wikipedia.org/wiki/Bell_number
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "dahl-bellnumber"
version = "0.1.1"
authors = ["David B. Dahl <dahl@stat.byu.edu>"]
edition = "2018"
description = "In combinatorial mathematics, the Bell numbers count the possible partitions of a set.  https://en.wikipedia.org/wiki/Bell_number"
homepage = "https://dahl.byu.edu"
license = "MIT OR Apache-2.0"

[dependencies]
num-bigint = "0.4.0"
num-traits = "0.2.14"
approx = "0.4.0"