DIV
Syntax
DIV(<number>; <number>; ...)
Description
Returns the quotient of the numbers. This function supports more than 255 arguments.
Examples
Column1 | Column2 | DIV() returns |
---|---|---|
6 | 3 | 2 |
3 | 6 | 0.5 |
-6 | 2 | -3 |
2 | 0 | <error> |
DIV(<number>; <number>; ...)
Returns the quotient of the numbers. This function supports more than 255 arguments.
Column1 | Column2 | DIV() returns |
---|---|---|
6 | 3 | 2 |
3 | 6 | 0.5 |
-6 | 2 | -3 |
2 | 0 | <error> |