Base-Specified Logarithm Functoid

 

Use the Base-Specified Logarithm functoid ( Icon used to return the base-specified logarithm of a value.) to return the base-specified logarithm of a value.

Input

Parameter 1: A numeric value that serves as the result for this logarithmic calculation.

Parameter 2: A numeric value that serves as the base for this logarithmic calculation.

Output

Output 1: A numeric value that is the power to which the value specified by parameter 2 must be raised to equal the value specified by parameter 1.

Remarks

This functoid performs the following logarithmic calculation, where parameter 1 is P1, parameter 2 is P2, and the output is R:

P2 ^ R = P1 (P2 raised to the power of R equals P1)

See Also

Scientific Functoids Reference
Scientific Functoids
How to Add Basic Functoids to a Map