def sympy_expr_eq()

in src/math_verify/grader.py [0:0]


def sympy_expr_eq(
    gold: Basic | MatrixBase,
    pred: Basic | MatrixBase,
    float_rounding: int,
    numeric_precision: int,
    allow_set_relation_comp: bool = False,
    strict: bool = True,