Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ float2Real
Method
float2Real
smt/expr.cpp:2012–2014 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2010
}
2011
2012
expr expr::float2Real() const {
2013
return unop_fold(Z3_mk_fpa_to_real);
2014
}
2015
2016
expr expr::BV2float(const expr &type) const {
2017
C(type);
Callers
1
printVal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected