Skip to main content
Version: Next

equal/2

Description

equal/2 is a predicate that tests arithmetic equality of two expressions.

Signature

=:=(+Left, +Right)

Where:

  • Left is the first arithmetic expression.
  • Right is the second arithmetic expression.