\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0.2 - Number Types
CGAL::Rational_traits< NT > Member List

This is the complete list of members for CGAL::Rational_traits< NT >, including all inherited members.

denominator(const NT &r) constCGAL::Rational_traits< NT >
make_rational(const NT &x) constCGAL::Rational_traits< NT >
make_rational(const std::pair< RT, RT > &p) constCGAL::Rational_traits< NT >
make_rational(const RT &n, const RT &d) constCGAL::Rational_traits< NT >
make_rational(const NT &n, const NT &d) constCGAL::Rational_traits< NT >
numerator(const NT &r) constCGAL::Rational_traits< NT >
RT typedefCGAL::Rational_traits< NT >