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

Method test_fp_fp_to_fp

tests/test_z3_ported.py:3954–3957  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3952 assert isinstance(result, FPRef)
3953
3954 def test_fp_fp_to_fp(self):
3955 x = FP("x", Float32())
3956 result = fpFPToFP(RNE(), x, Float64())
3957 assert isinstance(result, FPRef)
3958
3959 def test_fp_real_to_fp(self):
3960 r = Real("r")

Callers

nothing calls this directly

Calls 5

FPFunction · 0.90
Float32Function · 0.90
fpFPToFPFunction · 0.90
RNEFunction · 0.90
Float64Function · 0.90

Tested by

no test coverage detected