Updated Logarithm.md (markdown)
commited
commit
f8dedbfbed15e5c1c7dfde0d998b9846d8f84c0f
... | ... | @@ -2,11 +2,11 @@ Outputs the logarithm of a number by a given base. |
2 | 2 | |
3 | 3 | [[/uploads/Logarithm1.png|width=336px,alt=Logarithm]] |
4 | 4 | |
5 | ## Inputs |
|
5 | # Inputs |
|
6 | 6 | - Number: The target number |
7 | 7 | - Base: The base to raise (defaults to [*e*](https://en.wikipedia.org/wiki/E_(mathematical_constant)) if unwired) |
8 | 8 | |
9 | ## Outputs |
|
9 | # Outputs |
|
10 | 10 | - Logarithm: The Exponent in the (Base ^ Exponent = Number) |
11 | 11 | |
12 | 12 | [[/uploads/log-wiki.jpg]] |