blob: a5df513fccf16805cb20817056c8892dee5afba5 (
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
|
.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.
|