Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1276
expr expr::sqrt(const expr &rm) const {
1277
C(rm);
1278
return simplify_const(Z3_mk_fpa_sqrt(ctx(), rm(), ast()), *this);
1279
}
1280
1281
std::pair<expr, expr> expr::frexp() const {
1282
C();
Callers
1
toSMT
Method · 0.80
Calls
1
simplify_const
Function · 0.85
Tested by
no test coverage detected