sinh.3m

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3M 代码 · 共 47 行

3M
47
字号
.\" SCCSID: @(#)sinh.3m	6.2	8/30/89.TH sinh 3m VAX.SH Namesinh, cosh, tanh \- hyperbolic functions.SH Syntax.nf.B #include <math.h>.PP.B double sinh(\fIx\fP).PP.B double cosh(\fIx\fP).B double \fIx\fP;.PP.B double tanh(\fIx\fP).B double \fIx\fP;.fi.SH DescriptionThese functions compute the designated hyperbolic functions for real arguments..SH Return ValuesThe.PN sinhand.PN coshfunctions return HUGE_VAL and set.I errnoto ERANGE when the correct value would overflow..SH EnvironmentWhen your program is compiled using the System V environment,.PN sinhand .PN cosh.NXR "sinh subroutine (math)".NXR "cosh subroutine (math)".NXR "tanh subroutine (math)".NXR "hyperbolic function"return HUGE (and.PN sinhmay return HUGE or negative.I x) when the correct value would overflow and set .I errnoto ERANGE..PPThese error-handling procedures may be changed with the function.MS matherr 3m .

⌨️ 快捷键说明

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