math.interface
- class tinychain.math.interface.Complex[source]
Bases:
Numeric
- class tinychain.math.interface.Numeric[source]
Bases:
Interface- log(base=None)[source]
Calculate the logarithm of this
Numericwith respect to the given base.If no base is given, this will return the natural logarithm (base e).