An open API service indexing awesome lists of open source software.

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

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.