From af1844b51b82f4d9765e4064a208d217eb32ceed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 4 Jan 2013 10:08:55 +0100 Subject: [PATCH] classified ref man for Number types --- .../doc/Number_types/PackageDescription.txt | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/Number_types/doc/Number_types/PackageDescription.txt b/Number_types/doc/Number_types/PackageDescription.txt index 0e0d45a11d1..918eea4ffe2 100644 --- a/Number_types/doc/Number_types/PackageDescription.txt +++ b/Number_types/doc/Number_types/PackageDescription.txt @@ -48,6 +48,75 @@ \cgalPkgShortInfoEnd \cgalPkgDescriptionEnd +\section NT_NumberTypeClasses Number Type Classes and Concepts + +- \ref int.h "int" +- \ref int.h "short int" +- \ref int.h "long int" +- \ref long_long.h "long long int" +- \ref float.h "float" +- \ref double.h "double" +- \ref long_double.h "long double" + +\subsection NT_CORE CORE + +- `CORE::BigInt` +- `CORE::BigRat` +- `CORE::BigFloat` +- `CORE::Expr` + +\subsection NT_LEDA LEDA + +- `leda_integer` +- `leda_rational` +- `leda_bigfloat` +- `leda_real` + +\subsection NT_GMP GMP + +- `mpz_class` +- `mpq_class` +- `CGAL::Gmpz` +- `CGAL::Gmpq` +- `CGAL::Gmpzf` +- `CGAL::Gmpfr` +- `CGAL::Gmpfi` + +\subsection NT_CGAL CGAL + +- `CGAL::MP_Float` +- `CGAL::Interval_nt` +- `CGAL::Lazy_exact_nt` +- `CGAL::Quotient` +- `CGAL::Number_type_checker` + +\section NT_RelatesRational Relates Rational + +- `CGAL::Rational_traits` +- `CGAL::simplest_rational_in_interval` +- `CGAL::to_rational` + +\section NT_RelatesAlgebraic Relates Algebraic Extensions + +- `RootOf_2` +- `CGAL::Root_of_traits` +- `CGAL::make_root_of_2` +- `CGAL::make_sqrt` +- `CGAL::compute_roots_of_2` +- `CGAL::Sqrt_extension` + +\section NT_Utilities Utilities + +- `CGAL::Min` +- `CGAL::Max` +- `CGAL::Is_valid` +- `CGAL::min` +- `CGAL::max` +- `CGAL::is_valid` +- `CGAL::Set_ieee_double_precision` +- `CGAL::Protect_FPU_rounding` + + \todo Document `CGAL_FE_TONEAREST` etc */