Skip to content

Error-bounded floating point type

License

Notifications You must be signed in to change notification settings

SiegeEngine/efloat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Error-bounded floating point type

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages