Go to the source code of this file.
Namespaces | |
CGAL | |
CGAL::NTS | |
Functions | |
template<class NT > | |
bool | is_zero (const NT &x) |
template<class NT > | |
bool | is_one (const NT &x) |
template<class NT > | |
bool | is_negative (const NT &x) |
template<class NT > | |
bool | is_positive (const NT &x) |
template<class NT > | |
CGAL_KERNEL_INLINE Sign | sign (const NT &x) |
template<class NT > | |
CGAL_KERNEL_INLINE Sign | lexicographical_sign (const NT &x, const NT &y) |
template<class NT > | |
CGAL_KERNEL_INLINE NT | abs (const NT &x) |
template<class NT > | |
CGAL_KERNEL_INLINE Comparison_result | compare (const NT &n1, const NT &n2) |
template<class NT > | |
NT | square (const NT &n) |
template<class NT > | |
bool | is_zero (const NT &x) |
template<class NT > | |
bool | is_one (const NT &x) |
template<class NT > | |
bool | is_negative (const NT &x) |
template<class NT > | |
bool | is_positive (const NT &x) |
template<class NT > | |
CGAL_KERNEL_INLINE Sign | sign (const NT &x) |
template<class NT > | |
CGAL_KERNEL_INLINE Sign | lexicographical_sign (const NT &x, const NT &y) |
template<class NT > | |
CGAL_KERNEL_INLINE NT | abs (const NT &x) |
template<class NT > | |
CGAL_KERNEL_INLINE const NT & | min (const NT &x, const NT &y) |
template<class NT > | |
CGAL_KERNEL_INLINE const NT & | max (const NT &x, const NT &y) |
template<class NT > | |
CGAL_KERNEL_INLINE Comparison_result | compare (const NT &n1, const NT &n2) |
template<class NT > | |
NT | square (const NT &n) |