Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Aug 11, 2024
1 parent 6cd7c84 commit 6137f22
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/numbers/README.md
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).

0 comments on commit 6137f22

Please sign in to comment.