Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
number_utils.h File Reference
#include <CGAL/config.h>
#include <CGAL/enum.h>
#include <CGAL/kernel_basic.h>
#include <algorithm>
Include dependency graph for number_utils.h:
This graph shows which files directly or indirectly include this file:

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)