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
- Host: GitHub
- URL: https://github.com/kaatinga/xboct
- Owner: kaatinga
- Created: 2022-07-17T11:27:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T19:55:14.000Z (almost 4 years ago)
- Last Synced: 2024-06-21T06:30:13.673Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)`.