https://github.com/ripta/reals
Constructive reals in Golang
https://github.com/ripta/reals
Last synced: 17 days ago
JSON representation
Constructive reals in Golang
- Host: GitHub
- URL: https://github.com/ripta/reals
- Owner: ripta
- License: mit
- Created: 2025-11-27T10:58:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-12-20T03:28:13.000Z (about 2 months ago)
- Last Synced: 2025-12-31T04:29:50.693Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reals
The `reals` module provides an implementation of real numbers in Go, covering:
- `pkg/constructive` for constructive real numbers;
- `pkg/rational` for rational numbers; and
- `pkg/unified` to unify the above.