The operator performs division of two real numbers. The result is also a real number. If integer numbers
are used as parameters, they are converted to real numbers first, so the result is in that case a real
number, too. For integer division, use the operator
div
.
On an attempt at dividing by zero or when an overflow occurs, an
error
is returned.