mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 13:55:47 +00:00
rp precise
This commit is contained in:
parent
569f5be91f
commit
9ec82632a3
15 changed files with 48 additions and 350 deletions
|
@ -153,9 +153,6 @@ template <typename X> inline X ceil_ratio(const X & a, const X & b) { return num
|
|||
template <typename X> inline X floor_ratio(const X & a, const X & b) { return numeric_traits<X>::floor_ratio(a, b); }
|
||||
|
||||
|
||||
template <typename X> inline bool precise() { return numeric_traits<X>::precise(); }
|
||||
|
||||
|
||||
// returns true if a factor of b
|
||||
template <typename T>
|
||||
bool is_proper_factor(const T & a, const T & b) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue