MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / FpLitNode

Class FpLitNode

lean_py/z3/_ast.py:432–437  ·  view source on GitHub ↗

FP value encoded as IEEE 754 bit pattern (always a non-negative int).

Source from the content-addressed store, hash-verified

430
431@dataclass(frozen=True)
432class FpLitNode:
433 """FP value encoded as IEEE 754 bit pattern (always a non-negative int)."""
434
435 bits: int # IEEE 754 bit pattern as uint64
436 ebits: int
437 sbits: int
438
439
440@dataclass(frozen=True)

Callers 6

FPValFunction · 0.90
fpNaNFunction · 0.90
fpPlusInfinityFunction · 0.90
fpMinusInfinityFunction · 0.90
fpPlusZeroFunction · 0.90
fpMinusZeroFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected