MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / frem

Method frem

smt/expr.cpp:1249–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247}
1248
1249expr expr::frem(const expr &rhs) const {
1250 C(rhs);
1251 return simplify_const(Z3_mk_fpa_rem(ctx(), ast(), rhs()), *this, rhs);
1252}
1253
1254expr expr::fabs() const {
1255 if (isBV())

Callers 1

toSMTMethod · 0.80

Calls 1

simplify_constFunction · 0.85

Tested by

no test coverage detected