asinh.3m

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

3M
43
字号
.TH asinh 3m RISC.ds up \fIulp\fR.ds nn \fINaN\fR.SH Nameasinh, acosh, atanh \- inverse hyperbolic functions.SH Syntax.nf.B #include <math.h>.PP.B double asinh(x).B double x;.PP.B double acosh(x).B double x;.PP.B double atanh(x).B double x;.fi.SH DescriptionThe.PN asinh ,.PN acosh ,and.PN atanhfunctions compute the designated inverse hyperbolic functions for realarguments..SS Errors Because of Roundoff, Etc.These functions inherit much of their error from the .MS log1p 3mfunction. .SH DiagnosticsThe .PN acosh function returns the default quiet \*(nn if the argument is less than one..PPThe .PN atanh function returns the default quiet \*(nn if the argument has an absolutevalue greater than or equal to one..SH See Alsoexp(3m), math(3m)

⌨️ 快捷键说明

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