Merge branch 'master' of https://github.com/vks/average
This commit is contained in:
commit
4b38c9c389
10
Cargo.toml
10
Cargo.toml
@ -1,12 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Vinzent Steinberg <Vinzent.Steinberg@gmail.com>"]
|
authors = ["Vinzent Steinberg <Vinzent.Steinberg@gmail.com>"]
|
||||||
categories = ["science", "no-std"]
|
|
||||||
description = "Calculate the average of a sequence and its error iteratively"
|
|
||||||
keywords = ["statistics", "stats"]
|
|
||||||
license = "MIT/Apache-2.0"
|
|
||||||
name = "average"
|
name = "average"
|
||||||
repository = "https://github.com/vks/average"
|
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
license = "MIT/Apache-2.0"
|
||||||
|
repository = "https://github.com/vks/average"
|
||||||
|
description = "Calculate the average of a sequence and its error iteratively"
|
||||||
|
categories = ["science", "no-std"]
|
||||||
|
keywords = ["statistics", "stats"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
conv = "0.3"
|
conv = "0.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user