카테고리:숫자 함수 (삼각) 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