Big Float.Asin Pi 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.3
C#
The arc-sine of x, divided by pi.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigFloat AsinPi(
BigFloat x
)
Parameters
- x BigFloat
- The value whose arc-sine is to be computed.
Return Value
BigFloatThe arc-sine of x, divided by pi.