ScriptExecutionBaseAtan(Double) Method |
Returns the angle whose tangent is the specified number.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Atan(
double s
)
Parameters
- s Double
[Missing <param name="s"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Atan(System.Double)"]
Return Value
DoubleAn angle, θ, measured in radians, such that -π/2 ≤ θ ≤ π/2.
-or-
NaN if
d equals
NaN, -π/2 rounded to double precision (-1.5707963267949) if
d equals
NegativeInfinity, or π/2 rounded to double precision (1.5707963267949) if
d equals
PositiveInfinity.
See Also