- `Y = logb (B,X)`

Compute the logarithm of each element of `X` using a specified base `B`.

See also: `log`, `log2`, `logspace`, `exp`.

### References

- https://mathworld.wolfram.com/Logarithm.html
- https://en.wikipedia.org/wiki/Logarithm
