Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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