We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005c66e commit 9908118Copy full SHA for 9908118
AGENTS.md
@@ -0,0 +1,10 @@
1
+
2
+# Organization
3
4
+- The MPFR bindings live in `mpfr.rkt`; the base interval definition
5
+ is in `ops/core.rkt`; the interval arithmetic functions are in
6
+ `ops/`; the real evaluator is in `eval/`; the REPL is in `repl.rkt`.
7
+ The tests are in `test.rkt`; the nightly is `time.rkt`. The nightly
8
+ also has various helper functions in `infra/`
9
+- When editing an interval arithmetic function, always run the tests.
10
+ Run tests with `racket -y test.rkt add` (for the right function).
0 commit comments