This function returns y = log10(u), with u > 0:
function log10 extends Modelica.Math.Icons.AxisLeft; input Real u; output Real y; end log10;