ksmt-core
0.5.23
ksmt-core
/
io.ksmt
/
KContext
/
mkFpCustomSizeDecl
mk
Fp
Custom
Size
Decl
fun
<
T
:
KFpSort
>
mkFpCustomSizeDecl
(
significandSize
:
UInt
,
exponentSize
:
UInt
,
significand
:
KBitVecValue
<
*
>
,
unbiasedExponent
:
KBitVecValue
<
*
>
,
signBit
:
Boolean
)
:
KFpDecl
<
T
>