カテゴリ:数値関数 (三角関数) SINH¶ 引数の双曲正弦を計算します。 構文¶ CopyExpandSINH( <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 SINH(1.5); Show lessSee moreScroll to top Expand+-------------+ | SINH(1.5) | |-------------| | 2.129279455 | +-------------+ Show lessSee moreScroll to top