ITrigonometricFunctions<TSelf>.Asin(TSelf) 方法

定义

计算值的反正弦值。

public:
 static TSelf Asin(TSelf x);
public static abstract TSelf Asin (TSelf x);
static member Asin : 'Self -> 'Self
Public Shared Function Asin (x As TSelf) As TSelf

参数

x
TSelf

值(以弧度为单位),要计算其弧正弦值。

返回

TSelf

的弧正弦值 x

注解

这以间隔[-π / 2, +π / 2]弧度计算arcsin(x)

适用于