Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Range Error in Unsigned Integer to Floating Point Conversion (#4)
Conversion currently produces output [0, 1), but range should be inclusive [0, 1].
- Loading branch information