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