Added Root_of_2<RT> square(const Root_of_2<RT> &);

This commit is contained in:
Andreas Fabri 2006-01-25 14:00:17 +00:00
parent 94106c1f15
commit 7bc9888c46
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ template < typename T > class Lazy_exact_nt;
template < typename T >
std::pair<double,double> to_interval(const Root_of_2<T>&);
template < typename RT >
Root_of_2<RT> square(const Root_of_2<RT> &);
CGAL_END_NAMESPACE
#endif // CGAL_ALGEBRAIC_KERNEL_BASIC_H