mk Fp Sub Expr
open fun <T : KFpSort> mkFpSubExpr(roundingMode: KExpr<KFpRoundingModeSort>, arg0: KExpr<T>, arg1: KExpr<T>): KExpr<T>
Create Fp subtraction (fp.sub
) expression. The result is rounded according to the provided roundingMode.