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