/ Operator

Divides one number by a second number.

Syntax

expression_1 / expression_2

Parts

expression_1
A numeric expression, also known as the numerator.
expression_2
A numeric expression, also known as the denominator.

Instructions

Data types

If the two expressions are integers, they automatically change to Real64, and the result is Real64.

Division by zero

TODO

Examples

TODO

See also

Other elements that use this symbol