functiontan
Tangent (u shall not be -pi/2, pi/2, 3*pi/2, ...)
Extends from Modelica.Math.Icons.AxisCenter (Basic icon for mathematical function with y-axis in the center).
Information
This function returns y = tan(u), with -∞ < u < ∞ (if u is a multiple of (2n-1)*pi/2, y = tan(u) is +/- infinity).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Angle | u | Independent variable |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Dependent variable y=tan(u) |