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

Method sqrt

smt/expr.cpp:1276–1279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1274}
1275
1276expr expr::sqrt(const expr &rm) const {
1277 C(rm);
1278 return simplify_const(Z3_mk_fpa_sqrt(ctx(), rm(), ast()), *this);
1279}
1280
1281std::pair<expr, expr> expr::frexp() const {
1282 C();

Callers 1

toSMTMethod · 0.80

Calls 1

simplify_constFunction · 0.85

Tested by

no test coverage detected