asin()

系统函数 MathLib.asin 返回一个数字的反正弦,该数字位于 -1 到 1 的范围内。结果是以弧度计的,并且位于 -pi/2 到 pi/2 的范围内。

  MathLib.asin(numericField mathLibNumber in)
  returns (result mathLibTypeDependentResult)
result
任何数字或 HEX 项,如数学(系统字)中所述。MathLib.asin 函数返回的值被转换为具有 result 的格式,并在 result 中返回。
numericField
任何数字或 HEX 项,如数学(系统字)中所述。在调用 mathLib.asin 函数之前,该项被转换为双精度浮点。

示例

  result = MathLib.asin(myItem);

相关参考
EGL 库 MathLib

使用条款 | 反馈
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.