Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 iphone 上求解对数。我尝试对 log2f 和所有这些方法使用不同的方法,但是我不确定如何制作日志让我们说 log (base4) 5 = x 和 x 将作为答案
log_a(x)=log_b(x) / log_b(a) a你想要的基地在哪里,b其他基地在哪里。特别是对数基数 4 of 5 是log2f(5)/log2f(4)
log_a(x)=log_b(x) / log_b(a)
a
b
log2f(5)/log2f(4)