asin, asinf

计算反正弦值。

double asin( 
   double x 
);
float asin(
   float x
);  // C++ only
long double asin(
   long double x
);  // C++ only
float asinf ( 
   float x 
);

参数

  • x
    值谁的反正弦值将计算。

返回值

asin 函数返回 x –对π/2 弧度的π/2 反正弦在范围的。

如果 x 小于 (默认情况下为 1 或者大于 1, asin 返回不确定。

输入

SEH 异常

Matherr 异常

± ∞

INVALID

_DOMAIN

± QNAN,IND

_DOMAIN

|x|AMP_GT1

INVALID

_DOMAIN

备注

C++ 允许重载,因此,您可以调用 asin重载。 在 c. 程序, asin 始终采用并返回二进制文件。

要求

实例

必需的头

asin, asinf

math.h

示例

有关更多信息,请参见 acos, acosf

.NET Framework 等效项

系统:: 算术:: Asin

请参见

参考

浮点支持

acos, acosf

atan, atanf, atan2, atan2f

COS, cosf, cosh, coshf

_matherr

sin, sinf, sinh, sinhf

tan, tanf, tanh, tanhf