This article is a work in progress.

List of arithmetic operators

Calculations performed on the number type are limited in precision. This may lead to floating point numbers and integers being rounded to the nearest representable neighbor. See the List of value types.

Addition

Terminology: Term+Term=Sum\text{Term}+\text{Term}=\text{Sum}

Subtraction

Terminology: Term+Term=Difference\text{Term}+\text{Term}=\text{Difference}

Multiplication

Terminology: Factor×Factor=Product\text{Factor}\times\text{Factor}=\text{Product}

Division

Terminology: Dividend÷Divisor=Quotient\text{Dividend}\div\text{Divisor}=\text{Quotient}

Resources