mkFpAddExprNoSimplify

open fun <T : KFpSort> mkFpAddExprNoSimplify(roundingMode: KExpr<KFpRoundingModeSort>, arg0: KExpr<T>, arg1: KExpr<T>): KFpAddExpr<T>

Create Fp addition (fp.add) expression. The result is rounded according to the provided roundingMode.