sinh.3m

来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 3M 代码 · 共 27 行

3M
27
字号
.TH SINH 3M.SH NAMEsinh, cosh, tanh \- hyperbolic functions.SH SYNOPSIS.B #include <math.h>.PP.B double sinh(x).br.B double x;.PP.B double cosh(x).br.B double x;.PP.B double tanh(x).br.B double x;.SH DESCRIPTIONThese functions compute the designated hyperbolic functionsfor real arguments..SH DIAGNOSTICS.I Sinhand.I coshreturn a huge value of appropriate signwhen the correct value would overflow.

⌨️ 快捷键说明

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