Exponential & Logarithmic
Natural/base-10/base-2 logarithms, exponential
| Function | What it does |
|---|---|
math.Exp | e raised to power x |
math.Log | Natural logarithm (ln) |
math.Log10 | Base-10 logarithm |
math.Log2 | Base-2 logarithm |
Natural/base-10/base-2 logarithms, exponential
| Function | What it does |
|---|---|
math.Exp | e raised to power x |
math.Log | Natural logarithm (ln) |
math.Log10 | Base-10 logarithm |
math.Log2 | Base-2 logarithm |