-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6cd7c84
commit 6137f22
Showing
1 changed file
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
# Orion-Numbers: A Cairo Numbers Library | ||
|
||
## Fixed Points | ||
A fixed point library, inspired by [Cubit lib](https://github.com/influenceth/cubit). | ||
|
||
### Supported Implementations | ||
|
||
| Implementations | Status | | ||
| :-------------: | :----: | | ||
| 16x16 | ✅ | | ||
| 32x32 | ⏳ | | ||
| 64x64 | ⏳ | | ||
|
||
|
||
A signed 16.16-bit fixed point number is a fraction in which the numerator is a signed 32-bit integer and the denominator is 2^16. Since the denominator stays the same there is no need to store it (as in a floating point value). | ||
A fixed point library, inspired by [Cubit lib](https://github.com/influenceth/cubit). |