Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_fp_sub
Method
test_fp_sub
tests/test_z3_ported.py:3866–3869 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3864
assert isinstance(result, FPRef)
3865
3866
def
test_fp_sub(self):
3867
x, y = FPs(
"x y"
, Float32())
3868
result = fpSub(RNE(), x, y)
3869
assert isinstance(result, FPRef)
3870
3871
def
test_fp_mul(self):
3872
x, y = FPs(
"x y"
, Float32())
Callers
nothing calls this directly
Calls
4
FPs
Function · 0.90
Float32
Function · 0.90
fpSub
Function · 0.90
RNE
Function · 0.90
Tested by
no test coverage detected