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

Method mkNaN

smt/expr.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254expr expr::mkNaN(const expr &type) {
255 C2(type);
256 return Z3_mk_fpa_nan(ctx(), type.sort());
257}
258
259expr expr::mkNumber(const char *n, const expr &type) {
260 C2(type);

Callers

nothing calls this directly

Calls 1

sortMethod · 0.80

Tested by

no test coverage detected