mirror of https://github.com/CGAL/cgal
explicit cosntruction from unsigend long
This commit is contained in:
parent
8126d7edbf
commit
309430bb6c
|
|
@ -291,8 +291,7 @@ public:
|
|||
|
||||
for (i = v.begin(); i != v.end(); ++i)
|
||||
{
|
||||
res += std::ldexp(static_cast<double>(*i),
|
||||
static_cast<int>(exp2));
|
||||
res += T(std::ldexp(static_cast<double>(*i),static_cast<int>(exp2)));
|
||||
exp2 += log_limb;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue