This class represents a logarithmic converter. Such converter is typically used to create logarithmic unit. For example:[code] Unit BEL = Unit.ONE.transform(new LogConverter(10).inverse()); [/code]
Instances of this class are immutable.
Math.E