expt
|
The expt function will compute the exponential of the two arguments. The first argument
{base} is raised to the value of the second argument {n}. Expressed as a
formula the expt function performs the following: base Usage The expt function raises the {base} to the nth power {n}.
The expt function is used to raise a number, base, to the power, exponent,
where one or both arguments are complex. Do not use if immediate types, such as real
numbers, would suffice.
Complex
(expt base n) Computes and returns base (expt base n) A complex number holding base to the exponent power.
Expression:
Arguments
Name
Type
Description Argument: base Number
The number to be raised to the nth power Argument: n Integer
The power n.
Returns:
Expression:
Arguments
Name
Type
Description Argument: base Number
The number to be raised to the nth power Argument: n Integer
The power n.
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 |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|