An open API service indexing awesome lists of open source software.

https://github.com/kaatinga/xboct

Xboct is is a helper to estimate the fractional part length of float32 and float64 numbers
https://github.com/kaatinga/xboct

Last synced: 3 months ago
JSON representation

Xboct is is a helper to estimate the fractional part length of float32 and float64 numbers

Awesome Lists containing this project

README

          

# xboct

Xboct is a high-performant float32 and float64 analyzer.

`Length()` returns the length of the fractional part.
The absence of the fractional part is detected with minimal computation for big-o-time `O(1)`.