Logarithm constructor

const Logarithm([
  1. num base = e
])

Constructs a logarithm function

Implementation

const Logarithm([this.base = e]) : super(Log._symbol);