BigFloat.AsinPi Method

Computes the arc-sine of a value and divides the result by pi.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static BigFloat AsinPi(
	BigFloat x
)

Parameters

x  BigFloat
The value whose arc-sine is to be computed.

Return Value

BigFloat
The arc-sine of x, divided by pi.

Implements

ITrigonometricFunctions<TSelf>.AsinPi(TSelf)

See Also