Logarithm functions as documented on System.Math class: https://msdn.microsoft.com/en-us/library/system.math(v=vs.110).aspx
Supports log e (natural), log 10 (base 10) and log n (custom base).
Java support added!