h.cosh

来自「强大的数学工具包」· COSH 代码 · 共 31 行

COSH
31
字号
                            * * * * * * * * *                            *   sinh, cosh  *                            *   tanh, coth  *                            * * * * * * * * *        "sinus hyperbolicus, cosinus hyperbolicus,          tangens hyperbolicus, cotangens hyperbolicus"        SYNTAX: X = sinh(A)                X = cosh(A)                X = tanh(A)                X = coth(A)        A is an expression whose value is an integer, a rational        or a floating point number.        X is assigned the value of the hyperbolic function at A.        For X = coth(A), A must not be zero.                Example 1: (correct)                sinh(4.8)        Example 2: (incorrect)                coth(0)_ERR_NR_305

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?