mirror of https://github.com/CGAL/cgal
missing reference / typo
This commit is contained in:
parent
9753c4b67b
commit
37c48c8f93
|
|
@ -237,7 +237,7 @@ struct Coercion_traits< leda_bigfloat_interval , ::leda::integer >{
|
|||
struct Cast{
|
||||
typedef Type result_type;
|
||||
Type operator()(const leda_bigfloat_interval& x) const { return x;}
|
||||
Type operator()(const ::leda::integer x) const {
|
||||
Type operator()(const ::leda::integer& x) const {
|
||||
leda::bigfloat tmp(x);
|
||||
leda_bigfloat_interval result(
|
||||
round(tmp,leda::bigfloat::get_precision(),leda::TO_N_INF),
|
||||
|
|
|
|||
Loading…
Reference in New Issue