MCPcopy 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
1320expr expr::ceil() const {
1321 return round(rtp());
1322}
1323
1324expr expr::floor() const {
1325 return round(rtn());

Callers 2

toSMTMethod · 0.80
printHistogramFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected