functionlog10
Base 10 logarithm (u shall be > 0)
Extends from Modelica.Math.Icons.AxisLeft (Basic icon for mathematical function with y-axis on left side).
Information
This function returns y = log10(u), with u > 0:
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u | Independent variable |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Dependent variable y=lg(u) |