Logarithms: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Mathematics =Organizatorium= lg n stands for log<sub>2</sub> n.") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
=Organizatorium= | =Organizatorium= | ||
lg n stands for log<sub>2</sub> n. | lg n stands for the '''binary logarithm''' log<sub>2</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