MathSinh 返回数值的双曲正弦。 MQL5复制double MathSinh( double value // 数值 ); 参数 值 [in] 值。 返回值 数值的双曲正弦。 注意 您可以使用sinh()函数,代替MathSinh()函数。