|
BWAPI
|


Go to the source code of this file.
Functions | |
| template<class NT > | |
| CGAL_BEGIN_NAMESPACE Uncertain < bool > | certified_quotient_is_positive (const Quotient< NT > &x) |
| template<class NT > | |
| Uncertain< bool > | certified_quotient_is_negative (const Quotient< NT > &x) |
| template<class NT > | |
| Uncertain< bool > | certified_quotient_is_zero (const Quotient< NT > &x) |
| template<class NT > | |
| CGAL_MEDIUM_INLINE Uncertain < Sign > | certified_quotient_sign (const Quotient< NT > &x) |
| template<class NT1 , class NT2 > | |
| CGAL_MEDIUM_INLINE Uncertain < Comparison_result > | certified_quotient_compare (const Quotient< NT1 > &x, const Quotient< NT2 > &y) |
| template<class NT > | |
| Uncertain< bool > | certified_is_zero (const Quotient< NT > &n) |
| template<class NT > | |
| Uncertain< bool > | certified_is_positive (const Quotient< NT > &n) |
| template<class NT > | |
| Uncertain< bool > | certified_is_negative (const Quotient< NT > &n) |
| template<class NT > | |
| Uncertain< Sign > | certified_sign (const Quotient< NT > &n) |
| template<class NT1 , class NT2 > | |
| Uncertain< Comparison_result > | certified_compare (const Quotient< NT1 > &n1, const Quotient< NT2 > &n2) |
| Uncertain<Comparison_result> certified_compare | ( | const Quotient< NT1 > & | n1, |
| const Quotient< NT2 > & | n2 | ||
| ) | [inline] |

| Uncertain<bool> certified_is_negative | ( | const Quotient< NT > & | n | ) | [inline] |

| Uncertain<bool> certified_is_positive | ( | const Quotient< NT > & | n | ) | [inline] |

| Uncertain<bool> certified_is_zero | ( | const Quotient< NT > & | n | ) | [inline] |

| CGAL_MEDIUM_INLINE Uncertain<Comparison_result> certified_quotient_compare | ( | const Quotient< NT1 > & | x, |
| const Quotient< NT2 > & | y | ||
| ) |


| Uncertain<bool> certified_quotient_is_negative | ( | const Quotient< NT > & | x | ) | [inline] |


| CGAL_BEGIN_NAMESPACE Uncertain<bool> certified_quotient_is_positive | ( | const Quotient< NT > & | x | ) | [inline] |


| Uncertain<bool> certified_quotient_is_zero | ( | const Quotient< NT > & | x | ) | [inline] |


| CGAL_MEDIUM_INLINE Uncertain<Sign> certified_quotient_sign | ( | const Quotient< NT > & | x | ) |


| Uncertain<Sign> certified_sign | ( | const Quotient< NT > & | n | ) | [inline] |

1.7.6.1