mkFpAddExpr

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

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