Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_fp_sqrt
Method
test_fp_sqrt
tests/test_z3_ported.py:3891–3894 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3889
assert isinstance(result, FPRef)
3890
3891
def
test_fp_sqrt(self):
3892
x = FP(
"x"
, Float32())
3893
result = fpSqrt(RNE(), x)
3894
assert isinstance(result, FPRef)
3895
3896
def
test_fp_fma(self):
3897
x, y, z = FPs(
"x y z"
, Float32())
Callers
nothing calls this directly
Calls
4
FP
Function · 0.90
Float32
Function · 0.90
fpSqrt
Function · 0.90
RNE
Function · 0.90
Tested by
no test coverage detected