Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 588 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 588 Bytes

efloat

MIT licensed

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

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.