about | help | code help+videos | done | prefs |
logarithm
Write a function to calculate an integer logarithm. Given a value and a base, count the number of times you have to divide the value by the base to get the value down to 1. Return this count. logarithm(2, 2) → 1 logarithm(1, 2) → 0 logarithm(9, 3) → 2 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy