CGAL/cgal

Mention Mpzf in the docs of Gmpzf and MP_Float

Closed this issue · 0 comments

The 3 types MP_Float, Gmpzf and Mpzf provide very similar functionality. It would be useful if the documentation of each one mentioned the other 2, possibly with a hint of when to use which. (I just had the case of someone who saw Gmpzf, found it slow, and reimplemented their own version without noticing Mpzf)
There is also cpp_float, but since it isn't documented...