aboutsummaryrefslogtreecommitdiffstats
path: root/doc/func.1
blob: 364cdf6a8871ba534fbf4ae5a244e8b18c194f81 (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
.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.