efloat

Crates.ioefloat
lib.rsefloat
version0.2.0
sourcesrc
created_at2018-05-04 22:47:17.338184
updated_at2018-05-04 22:47:17.338184
descriptionError-bounded Floating Point
homepage
repositoryhttps://github.com/SiegeEngine/efloat
max_upload_size
id63795
size11,431
Michael Dilger (mikedilger)

documentation

https://docs.rs/efloat

README

efloat

MIT licensed

Documentation is available at https://docs.rs/efloag

efloat is a component within the Siege Engine MMO game engine, but should be generally useful outside of that context.

The Siege Engine is an MMO game engine on the Vulkan API written in the Rust language.

efloat provides floating a point type that remembers how far off it might be from the actual precise value, based upon its history. It keeps and upper and lower error bound internally, and you can check those with function calls.

Commit count: 19

cargo fmt