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はその他のベースです。特に、5 の対数底 4 はlog2f(5)/log2f(4)
log_a(x)=log_b(x) / log_b(a)
a
b
log2f(5)/log2f(4)