Solve for Base of Logarithm
This program solves for the base of a logarithm, given an argument A and an exponent E. This program can solve a logarithm of any base. For example, let’s say you need to solve the equation: logB 81 = 4. Simply run the program and enter 81 as argument A and enter 4 as exponent E. Then the program solves for the base of the logarithm, which is 3.
Download Solve-for-Base-of-Logarithm Program