logbase
|
The logbase function computes the logarithm of a number to base 10 or
whatever optional base you specify. Usage The logbase function is used to compute the logarithm of a number to base
10 or whatever optional base you specify. The expt function performs the inverse
of the logbase function.
(logbase num base) Logarithm of a number to base 10 or whatever optional base you specify.
Expression:
Arguments
Name
Type
Description Argument: num Number
A Number Argument: base Number
Optional Argument. If not present the default base is 10. If present, the logbase
function will compute the logarithm for the specified base.
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
|