Definition:Binding Priority/Arithmetic

From ProofWiki
Jump to navigation Jump to search

Definition

The binding priority convention used for arithmetic and algebra is:

$(1): \quad$ the exponential and power operators take highest binding priority
$(2): \quad \times$ and $\div$ bind more tightly than $+$ and $-$
$(3): \quad$ In all other cases, expressions are evaluated from left to right.


Also known as

Binding priority is also known as:


Sources