import math number = 74088 # = 42**3 base = 42 exponent = math.log(number, base) # = 3. To get the logarithm with a custom base using numpy.log :
確定! 回上一頁