asinh.3m
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3M 代码 · 共 36 行
3M
36 行
.\" SCCSID: @(#)asinh.3m 8.1 9/11/90.TH asinh 3m VAX.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 Description.NXR "asinh subroutine".NXR "acosh subroutine".NXR "atanh subroutine".NXR "hyperbolic function" "inverse"These functions compute the designated inverse hyperbolic functions for realarguments..SH Return ValuesThe function.PN acoshreturns 0.0 if the argument is less than 1..PPThe function.PN atanh returns the HUGE value if the argument has absolutevalue greater than or equal to 1..SH See Alsoexp(3m), intro(3m)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?