FloatingSort
public protocol FloatingSort : NumericalSort
Protocol for floating-point numerical sorts.
-
getEbits(_:Default implementation) Retrieves the number of bits reserved for the exponent in this
FloatingPointsort.Default Implementation
Retrieves the number of bits reserved for the exponent in this
FloatingPointsort.Declaration
Swift
static func getEbits(_ context: Z3Context) -> UInt32 -
getSbits(_:Default implementation) Retrieves the number of bits reserved for the significand in this
FloatingPointsort.Default Implementation
Retrieves the number of bits reserved for the significand in this
FloatingPointsort.Declaration
Swift
static func getSbits(_ context: Z3Context) -> UInt32
FloatingSort Protocol Reference