카테고리:숫자 함수 (삼각) ATANH¶ 인자의 역쌍곡 탄젠트(아크 쌍곡선 탄젠트)를 계산합니다. 구문¶ CopyExpandATANH( <input_expr> ) Show lessSee moreScroll to top 인자¶ input_exprThe value or expression to operate on. Must be a value between -1.0 and +1.0 (inclusive). The data type must be FLOAT. 반환¶ This function returns a value of type FLOAT. 예¶ CopyExpandSELECT ATANH(0.9051482536); Show lessSee moreScroll to top Expand+---------------------+ | ATANH(0.9051482536) | |---------------------| | 1.5 | +---------------------+ Show lessSee moreScroll to top