Macaulay2 / M2

The primary source code repository for Macaulay2, a system for computing in commutative algebra, algebraic geometry and related fields.
https://macaulay2.com
347 stars 231 forks source link

Documentation of RRi doesn't mention left/right/midpoint #3394

Open mahrud opened 3 months ago

mahrud commented 3 months ago

For some reason the documentation for RRi does not mention or even list left and right in the "Methods that use a real interval" section. Same with midpoint.

In fact, methods RRi doesn't list them and methods midpoint is empty, all probably because they are compiled functions and they're not listed in typicalvalues. I wish this could trigger an error to force us to explicitly declare the methods, or at least enumerate the missing methods.

mahrud commented 3 months ago

I assigned this to you, if you don't mind, since you wrote all of the documentation for intervals.

Also, it would be nice to move doc15.m2 into something more descriptive, like doc_intervals.m2 or just intervals.m2