algebraic_equiv
Determines if two algebraic expressions are symbolically identical, yielding an exact boolean result regardless of numeric rounding or overflow.
Instructions
Are two expressions algebraically identical? Refs: 'is (ab)/c the same as a(b/c)?' answered exactly. Caveat: symbolic identity says nothing about float rounding, integer truncation or modular overflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |