- Cosmetic.

This commit is contained in:
Sylvain Pion 1999-10-07 18:10:01 +00:00
parent 2fa98cb482
commit fecbcb8da5
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ bool square_root_test()
};
DEBUG( std::cout << i; )
a -= 1;
return i==54
&& a.sup() == - a.inf()
return i==54 && a.sup() == - a.inf()
&& a.sup() == 1/(1024.0*1024*1024*1024*1024*4);
}