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