Skip to content

Commit

Permalink
more disambiguation
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Mar 15, 2024
1 parent 01f89b0 commit 47b264e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ class Real_embeddable_extension< CORE::BigFloat > {
// (already commented out in EXACUS)...
// NiX_precond(!(NiX::in_zero(x) && NiX::singleton(x)));
x = CGAL::abs(x);
return CORE::ceilLg(x.m()+x.err())+x.exp()*CORE::CHUNK_BIT;
return CORE::ceilLg(CORE::BigInt(x.m()+x.err()))+x.exp()*CORE::CHUNK_BIT;
}
};

Expand Down

0 comments on commit 47b264e

Please sign in to comment.