https://github.com/matthew-mosior/idris2-fixed
Fixed dependent type for working with fixed-point arithmetic
https://github.com/matthew-mosior/idris2-fixed
fixed-point-arithmetic idris2-ecosystem
Last synced: 4 months ago
JSON representation
Fixed dependent type for working with fixed-point arithmetic
- Host: GitHub
- URL: https://github.com/matthew-mosior/idris2-fixed
- Owner: Matthew-Mosior
- License: bsd-3-clause
- Created: 2025-08-29T18:03:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-19T22:43:01.000Z (9 months ago)
- Last Synced: 2025-09-19T23:10:36.441Z (9 months ago)
- Topics: fixed-point-arithmetic, idris2-ecosystem
- Language: Idris
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# idris2-fixed: Fixed dependent type for working with fixed-point arithmetic
This library provides the `Fixed` dependent type, which can be used to represent and work with fixed-point numbers.