sinh()
mathLib.sinh() システム関数は、数値の双曲線サイン (その値はラジアン単位の角度を表す) を戻します。
構文
mathLib.sinh(numericVariable FLOAT in)
returns (result FLOAT)
- numericVariable
- FLOAT 型と代入互換性のある任意の変数または式を入力できます。値は、ラジアン単位の角度を表します。
- result
- FLOAT 値。
例
result = mathLib.sinh(myVar);