closed01 0.4.0

Provides checked floating point operations within the range [0,1]
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "closed01"
version = "0.4.0"
authors = ["Michael Neumann <mneumann@ntecs.de>"]
license = "MIT"
repository = "https://github.com/mneumann/closed01-rs"
description = "Provides checked floating point operations within the range [0,1]"
keywords = ["math", "numerics"]
include = ["src/lib.rs", "Cargo.toml", "LICENSE", "README.md"]

[dependencies]

rand = "0.3"
nalgebra = "0.5.1"