Arcsin(Arcsin(反正弦函数))¶
Supported in: Batch, Faster, Streaming
Inverse sine function.
Expression categories: Numeric
Declared arguments¶
- Angle unit: Output angle unit which is either degrees or radians.
Enum\ - Value: The value to compute arcsin on.
Expression\
Output type: Double
Examples¶
Example 1: Base case¶
Argument values:
- Angle unit:
radians - Value: 0.0
Output: 0.0
Example 2: Null case¶
Argument values:
- Angle unit:
radians - Value: null
Output: null
中文翻译¶
Arcsin(反正弦函数)¶
支持:批处理(Batch)、快速计算(Faster)、流处理(Streaming)
反正弦函数。
表达式类别: 数值型(Numeric)
声明的参数¶
- 角度单位(Angle unit): 输出角度单位,可选度(degrees)或弧度(radians)。
枚举类型\ - 数值(Value): 需要计算反正弦的值。
表达式\
输出类型: Double(双精度浮点数)
示例¶
示例 1:基础情况¶
参数值:
- 角度单位:
radians(弧度) - 数值: 0.0
输出: 0.0
示例 2:空值情况¶
参数值:
- 角度单位:
radians(弧度) - 数值: null(空值)
输出: null(空值)