flintlib / arb

Arb has been merged into FLINT -- use https://github.com/flintlib/flint/ instead
http://arblib.org/
GNU Lesser General Public License v2.1
456 stars 137 forks source link

[Clarification] arb_equal, arf_equal,... #401

Open Chris00 opened 2 years ago

Chris00 commented 2 years ago

It seems that arb_equal defines a total equality (NaN being equal to themselves). If it is indeed the case, it would be nice that the documentation states explicitly that this defines an equivalence relation (as opposed to a partial equivalence relation).. For arf_equal, this is somewhat clearer but stating it explicitly would be better.