is_equiv

is_equiv(str1: str | None, str2: str | None) -> float

Returns (as a float) whether two strings containing math are equivalent up to differences of formatting in

Parameters:
NameDescription
str1Type: str | None
str2Type: str | None