.Modelica.Math.log10

Base 10 logarithm (u shall be > 0)

Information

This function returns y = log10(u), with u > 0:

Interface

function log10
  extends Modelica.Math.Icons.AxisLeft;
  input Real u "Independent variable";
  output Real y "Dependent variable y=lg(u)";
end log10;

Generated at 2025-03-11T19:24:33Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos