libmath 0.1.3

Mathematical utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "libmath"
version = "0.1.3"
authors = ["Janne K <0x022b@gmail.com>"]
license = "MIT"
repository = "https://github.com/scoobadog/libmath-rs"
description = "Mathematical utilities"
keywords = ["mean", "round", "rounding"]

[lib]
name = "math"

[dependencies]
rand = "0.3"