ndiv
|
The ndiv built-in function divides the first Number argument by any number
of Number divisors and the quotient is expressed as a Number. The operands are not
checked and are not coerced
Usage The ndiv built-in function is a simple, but very fast numeric division
function that assumes all of its arguments are type Number. Use the ndiv
function for highly optimized numeric division. For a slower, but more general
addition that performs type conversion, use the division operator, /.
(ndiv num1 num2, ... ) The quotient of all of the Numbers in the argument list.
Expression:
Arguments
Name
Type
Description Argument: num1 Number
A Number dividend Argument: num2 Number
An arbitrary number of Number divisors.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Number | Void |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|