Find the base b logarithm of the input decimal number x. Express the output as a decimal number. The first argument is the number x, and the second argument is the base b.
Examples
logb(1024,2) ---> 10
logb(25,5) ---> 2
logb(100000,10) ---> 5
what the hell?why my code can work on my computer?while it report error here
It looks like your solution uses the symbolic math toolbox. I am assuming that that is not available to Cody solutions.
Project Euler: Problem 7, Nth prime
340 Solvers
Generate a string like abbcccddddeeeee
155 Solvers
304 Solvers
Simple equation: Annual salary
3410 Solvers
739 Solvers