Click or drag to resize

ScriptExecutionBaseAsin(Double) Method

Returns the angle whose sine is the specified number.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Asin(
	double s
)

Parameters

s  Double

[Missing <param name="s"/> documentation for "M:Altaxo.Calc.ScriptExecutionBase.Asin(System.Double)"]

Return Value

Double
An angle, θ, measured in radians, such that -π/2 ≤ θ ≤ π/2. -or- NaN if d < -1 or d > 1 or d equals NaN.
See Also