mirror of
https://github.com/Z3Prover/z3
synced 2026-02-19 23:14:40 +00:00
parent
cea0f7c427
commit
b2db2c8b23
4 changed files with 14 additions and 6 deletions
|
|
@ -92,6 +92,10 @@ static void tst_float_sine_core(std::ostream & out,
|
|||
out << "Sin[" << fm.to_rational_string(a) << "] <= " << fm.to_rational_string(hi) << "\n";
|
||||
}
|
||||
|
||||
#ifdef SBITS
|
||||
#undef SBITS
|
||||
#endif
|
||||
|
||||
const unsigned EBITS = 11;
|
||||
const unsigned SBITS = 53;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue