Add
|
The + function returns the sum of its arguments. If no arguments
are specified, + returns zero. The + function adds a variety of numeric data types to a complex number. Usage The + function is used whenever it is necessary to compute the sum of a set
of Numbers. The + function is used to sum numeric data types where at least one of
the addends is complex. Will also handle immediate types. Since complex numbers are
heap objects, they require more space. Operations on these types are slower than on
immediate types.Complex
Complex
(+ num ...) Computes the sum of all the Numbers in the argument list. If the argument list is empty,
the + function returns 0.
(+ N1 N2 ...) A complex number holding the sum of N1, N2, N3, etc.
Expression:
Arguments
Name
Type
Description Argument: num ... Number
Zero or more Numbers
Returns:
Expression:
Arguments
Name
Type
Description Argument: N1 N2 ... Number
A numeric type.
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 | Integer | Complex |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|