atan.3
来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 3 代码 · 共 32 行
3
32 行
.th ATAN III 4/30/73.sh NAMEatan, atan2 \*- arc tangent function.sh SYNOPSIS.ft Bjsr pc,atan\fR[\fB2\fR]\fB.s3.brdouble atan(x).brdouble x;.br.s3double atan2(x, y).brdouble x, y;.ft R.sh DESCRIPTIONThe\fIatan\fR entry returns the arc tangentof fr0 in fr0;from C, the arc tangent of \fIx\fR is returned.The range is \*-\*p/2 to \*p/2.The \fIatan2\fR entry returns the arc tangentof fr0/fr1 in fr0;from C, the arc tangent of\fIx/y\fR is returned.The range is \*-\*p to \(*p..sh DIAGNOSTICThere is no error return..sh BUGS
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?