Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ ceil
Method
ceil
smt/expr.cpp:1320–1322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1318
}
1319
1320
expr expr::ceil() const {
1321
return round(rtp());
1322
}
1323
1324
expr expr::floor() const {
1325
return round(rtn());
Callers
2
toSMT
Method · 0.80
printHistogram
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected