aboutsummaryrefslogtreecommitdiffstats
path: root/doc/func.1
blob: 0ae5bc2e12a35eb07e7b2ad8c74b023cd2dc8b3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.SS Functions
.
.TP
.B sin
Sine function.
.
.TP
.B cos
Cosine function.
.
.TP
.B tan
Tangent function.
.
.TP
.B asin
Inverse sine function.
.
.TP
.B acos
Inverse cosine function.
.
.TP
.B atan
Inverse tangent function.
.
.TP
.B deg
Convert radians to degrees.
.
.TP
.B rad
Convert degrees to radians.
.
.TP
.B fac
Factorial (!) function.
.
.TP
.B ch
Combination function. n choose k with integers n and k such that n >= k >= 0.