sinh.3m
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3M 代码 · 共 49 行
3M
49 行
.TH sinh 3m RISC.SH Namesinh, cosh, tanh \- hyperbolic functions.SH Syntax.nf.B #include <math.h>.PP.B double sinh(x).B double x;.PP.B float fsinh(x).B float x;.PP.B double cosh(x).B double x;.PP.B float fcosh(x).B float x;.PP.B double tanh(x).B double x;.PP.B float ftanh(x).B float x;.fi.SH DescriptionThese functions compute the designated hyperbolic functions for double and float data types..SS ErrorBelow 2.4 .I ulps (unit in the last place)..SH DiagnosticsThe.PN sinh and .PN cosh functions return+\(if(and.I sinh\^may return-\(iffor negative.IR x )if the correct value would overflow..SH See Alsomath(3m)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?