nikisas 0.1.0

An implementation of common mathematical functions with focus on speed and simplicity of implementation at the cost of precision, with support for `no_std` environments.
Documentation
[dependencies]
[dev-dependencies.proptest]
version = "0.10.1"

[package]
authors = ["Petr Nevyhoštěný"]
description = "An implementation of common mathematical functions with focus on speed and simplicity of implementation at the cost of precision, with support for `no_std` environments."
documentation = "https://crates.io/crates/nikisas"
edition = "2018"
homepage = "https://crates.io/crates/nikisas"
keywords = ["math", "functions", "approximation"]
license = "MIT"
name = "nikisas"
readme = "README.md"
repository = "https://github.com/pnevyk/nikisas"
version = "0.1.0"