IEEE 754 floating-point operations
MkFPAbs creates a floating-point absolute value.
MkFPAdd creates a floating-point addition.
MkFPDiv creates a floating-point division.
MkFPEq creates a floating-point equality.
MkFPGE creates a floating-point greater-than-or-equal.
MkFPGT creates a floating-point greater-than.
MkFPInf creates a floating-point infinity.
MkFPIsInf creates a predicate checking if a floating-point number is infinite.
MkFPIsNaN creates a predicate checking if a floating-point number is NaN.
MkFPIsZero creates a predicate checking if a floating-point number is zero.
MkFPLE creates a floating-point less-than-or-equal.
MkFPLT creates a floating-point less-than.
MkFPMul creates a floating-point multiplication.
MkFPNaN creates a floating-point NaN.
MkFPNeg creates a floating-point negation.
MkFPNumeral creates a floating-point numeral from a string.
MkFPRoundingModeSort creates the rounding mode sort.
Floating-point operations MkFPSort creates a floating-point sort.
MkFPSort128 creates a 128-bit floating-point sort (quadruple precision).
MkFPSort16 creates a 16-bit floating-point sort.
MkFPSort32 creates a 32-bit floating-point sort (single precision).
MkFPSort64 creates a 64-bit floating-point sort (double precision).
MkFPSqrt creates a floating-point square root.
MkFPSub creates a floating-point subtraction.
MkFPZero creates a floating-point zero.