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

Missing function arf_equal_ui #381

Closed saraedum closed 2 years ago

saraedum commented 2 years ago

Currently, there is no method arf_equal_ui in the API. This is a bit confusing, since there is a ui and and si version of most functions.

Is this intentional?

albinahlback commented 2 years ago

I don't think it's intentional. I believe that most functions get implemented when someone needs them, and if it's not implemented, no one has been using it yet.