mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
Bugfix for mpf to_ieee_bv
This commit is contained in:
parent
6e852762ba
commit
fcf036695e
2 changed files with 8 additions and 2 deletions
|
@ -197,6 +197,7 @@ public:
|
|||
mpf_exp_t mk_max_exp(unsigned ebits);
|
||||
mpf_exp_t mk_min_exp(unsigned ebits);
|
||||
|
||||
mpf_exp_t bias_exp(unsigned ebits, mpf_exp_t unbiased_exponent);
|
||||
mpf_exp_t unbias_exp(unsigned ebits, mpf_exp_t biased_exponent);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue