cosh()
mathLib.cosh() システム関数は、数値の双曲線コサインをラジアンで表した角度として戻します。
構文
mathLib.cosh(numericVariable FLOAT in)
returns (result FLOAT)
- numericVariable
- FLOAT 型と代入互換性のある任意の変数または式を入力できます (『EGL における代入互換性』を参照)。
- result
- numericVariable の双曲線コサインは、範囲限度のない FLOAT 値 (単位はラジアン) として戻されます。
例
result = mathLib.cosh(myVar);