mk Fp Mul Expr
open fun <T : KFpSort> mkFpMulExpr(roundingMode: KExpr<KFpRoundingModeSort>, arg0: KExpr<T>, arg1: KExpr<T>): KExpr<T>
Create Fp multiplication (fp.mul
) expression. The result is rounded according to the provided roundingMode.