nikisas_test 0.1.0

Utilities for testing implementation quality of mathematical functions. Computing errors for inputs randomly sampled from given interval.
Documentation
[dependencies.rand]
features = ["small_rng"]
version = "0.7"
[dev-dependencies.proptest]
version = "0.10.1"

[package]
authors = ["Petr Nevyhoštěný"]
description = "Utilities for testing implementation quality of mathematical functions. Computing errors for inputs randomly sampled from given interval."
documentation = "https://crates.io/crates/nikisas_test"
edition = "2018"
homepage = "https://crates.io/crates/nikisas_test"
keywords = ["math", "functions", "approximation", "testing"]
license = "MIT"
name = "nikisas_test"
readme = "README.md"
repository = "https://github.com/pnevyk/nikisas_test"
version = "0.1.0"