类别:数值函数 (三角函数) ASINH¶ 计算其实参的反双曲正弦值。 语法¶ CopyExpandASINH( <input_expr> ) Show lessSee moreScroll to top 实参¶ input_exprThe value or expression to operate on. The data type must be FLOAT. 返回¶ This function returns a value of type FLOAT. 示例¶ CopyExpandSELECT ASINH(2.129279455); Show lessSee moreScroll to top Expand+--------------------+ | ASINH(2.129279455) | |--------------------| | 1.5 | +--------------------+ Show lessSee moreScroll to top