Logarithms: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 8: Line 8:


ln n stands for the '''natural logarithm''' log<sub>e</sub>n.
ln n stands for the '''natural logarithm''' log<sub>e</sub>n.
<font size=-1>
log<sub>a</sub>b = log<sub>10</sub>b / log<sub>10</sub>a
</font>
<font size=-1>
log<sub>2</sub>n = log<sub>10</sub>n / log<sub>10</sub>2
</font>

Latest revision as of 06:44, 30 November 2021

Internal

Organizatorium

lg n stands for the binary logarithm log2n.

ln n stands for the natural logarithm logen.


logab = log10b / log10a

log2n = log10n / log102