Check if this value and other value are equivalent when evaluated.
- Parameters:
- other
str
, int
, float
, complex
, Value
Other value to compare to.
- tolerance
float
, default: 1e-9 Tolerance.
- Returns:
- bool
True` if this value and the other value are equivalent when evaluated.