simplifyEqFp

open fun <T : KFpSort> simplifyEqFp(lhs: KExpr<T>, rhs: KExpr<T>): KExpr<KBoolSort>

Simplify an expression of the form (= a b). For the simplification of (fp.eq a b) see KFpEqualExpr.