h.arsinh
来自「强大的数学工具包」· ARSINH 代码 · 共 33 行
ARSINH
33 行
* * * * * * * * * * * * arsinh, arcosh * * artanh, arcoth * * * * * * * * * * * * "area sinus hyperbolicus, area cosinus hyperbolicus, area tangens hyperbolicus, area cotangens hyperbolicus" SYNTAX: X = arsinh(A) X = arcosh(A) X = artanh(A) X = arcoth(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 = arcosh(A), A must be >= 1. For X = artanh(A), |A| must be < 1. For X = arcoth(A), |A| must be > 1. Example 1: (correct) arcosh(4.8) Example 2: (incorrect) arcoth(0)_ERR_NR_305
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?