Operations<T>.Asin Method

Returns the angle whose sine is the specified number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static T Asin(
	T operand
)

Parameters

operand  T
 

Return Value

T
The inverse sine of x, in radians.

See Also