3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

remove apostrophe, issue #582

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-05-03 07:21:15 -07:00
parent e375be767d
commit 6895cc7cc6

View file

@ -1232,7 +1232,7 @@ void mpf_manager::rem(mpf const & x, mpf const & y, mpf & o) {
set(o, x);
else {
// This is a generalized version of the algorithm for FPREM1 in the Intel
// 64 and IA-32 Architectures Software Developers Manual',
// 64 and IA-32 Architectures Software Developer's Manual',
// Section 3-402 Vol. 2A FPREM1-Partial Remainder'.
scoped_mpf ST0(*this), ST1(*this);
set(ST0, x);