Files
cgal/Number_types
Laurent Rineau 20dc974594 Remove operator/ from CGAL::Mpzf
The operator `operator/(Mpfz,Mpfz)` actually implements integral
division. With this commit, it is renamed `division((Mpfz,Mpfz)`
unless the macro `CGAL_MPZF_DIVISION_OPERATOR` is defined.

I have commented the line

    #define CGAL_MPZF_DIVISION_OPERATOR 1

and that will breaks a lot of CGAL code in this branch.
2021-03-17 11:33:47 +01:00
..
2021-02-05 11:10:20 +01:00