JavaScript must be enabled in order to use this site. Please enable JavaScript in your browser and refresh the page. log log Purpose Get the base 10 logarithm of a value. Synopsis function log(r:real):real Argument r Real value the function is applied to. This value must be positive. Return value Base 10 logarithm of the argument. Related topics exp, ln, sqrt. Parent Topic Predefined functions and procedures