/ 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
- Comments with
//. See Comments in Code for more information. - Date literals (for example,
2038/01/19). See DateTime Data Type for more information. - File-path strings (for example,
"foo"/"bar"). See String Data Type for more information. - Units of measure (for example,
9.8 (meters/second)). See Units of Measure for more information.