# Log

Returns the logarithm of a numeric for the specified base

```mathematica
Log(25, 5) → 2
Log(20, 3.1) → 2.64
```

#### **Inputs**

`Log(number, base)`

* `number`- A number expression
* `base` - Logarithm base to use
