mkFpDivExpr

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

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