Tag Archives: log recursive function

C++ Recursion – Logarithm

Finding the logarithm of a number given a base Below is an example of how to determine the logarithm of a number of base 2 and then of any base. The logarithm of a number using a given base is power to which the base must be raised to result in the number. This tutorial [...]

Read more