err_prop 0.0.1

Super simple ( and stupid ) floating point error propagation calculating type.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "err_prop"
version = "0.0.1"
authors = ["fulara <ntszar@gmail.com>"]
repository = "https://github.com/fulara/err_prop_rust"
keywords = ["error", "propagation" , "analysis", "floating", "point"]
readme = "README.md"
license = "Unlicense"
description = """Super simple ( and stupid ) floating point error propagation calculating type."""

[dependencies]
cgmath = "0.12"