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

https://github.com/joelburget/constructive-reals

Real numbers with decidable equality
https://github.com/joelburget/constructive-reals

Last synced: 2 months ago
JSON representation

Real numbers with decidable equality

Awesome Lists containing this project

README

        

# Constructive Reals

OCaml implementation of [Towards an API for the Real Numbers](https://dl.acm.org/doi/pdf/10.1145/3385412.3386037) by Hans-J. Boehm, which provides a real number type with decidable equality in common cases.

## Demo

There's a lightweight calculator demo in calculator.ml, which can be run with `dune exec ./calculator.exe`. (`.exe` is a dune thing, not a Windows thing)