This file is indexed.

/usr/share/puredata/doc/5.reference/math-help.pd is in puredata-core 0.48.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#N canvas 86 76 548 648 12;
#X floatatom 288 319 0 0 0 0 - - -;
#X floatatom 231 405 0 0 0 0 - - -;
#X floatatom 231 318 0 0 0 0 - - -;
#X floatatom 293 574 0 0 0 0 - - -;
#X floatatom 293 513 0 0 0 0 - - -;
#X floatatom 197 574 0 0 0 0 - - -;
#X floatatom 197 513 0 0 0 0 - - -;
#X floatatom 129 574 0 0 0 0 - - -;
#X floatatom 129 513 0 0 0 0 - - -;
#X floatatom 122 382 0 0 0 0 - - -;
#X floatatom 122 321 0 0 0 0 - - -;
#X floatatom 42 574 0 0 0 0 - - -;
#X floatatom 42 513 0 0 0 0 - - -;
#X floatatom 223 242 0 0 0 0 - - -;
#X floatatom 140 238 0 0 0 0 - - -;
#X obj 71 208 sin;
#X floatatom 71 123 0 0 0 0 - - -;
#X floatatom 71 236 0 0 0 0 - - -;
#X obj 71 175 * 6.28319;
#X obj 71 149 / 360;
#X obj 140 210 cos;
#X obj 223 214 tan;
#X obj 42 544 sqrt;
#X obj 122 352 atan;
#X obj 129 544 log;
#X obj 197 544 exp;
#X obj 293 544 abs;
#X obj 231 346 float;
#X obj 288 346 t b f;
#X obj 231 375 atan2;
#X text 29 269 The arc tangent takes two forms. The atan2 version takes
an (x \, y) pair and gives you an output between -pi and pi.;
#X floatatom 393 574 0 0 0 0 - - -;
#X floatatom 393 513 0 0 0 0 - - -;
#X obj 393 544 wrap;
#X text 39 433 also \, square root \, natural logarithm and exponential
\, and absolute value. The "wrap" object wraps the input to a value
between 0 and 1 (including negative numbers. For instance \, -0.2 maps
to 0.8.);
#X text 16 87 Unlike the signal version cos~ \, control-rate trig functions
take inputs in radians:;
#X text 311 612 updated for Pd version 0.46;
#X text 11 612 see also:;
#X obj 99 611 cos~;
#X text 19 37 Pd offers the mathematical functions sin \, cos \, tan
\, atan \, atan2 \, sqrt \, log \, exp \, abs \, and wrap.;
#X text 174 6 math function in Pd;
#X connect 0 0 28 0;
#X connect 2 0 27 0;
#X connect 4 0 26 0;
#X connect 6 0 25 0;
#X connect 8 0 24 0;
#X connect 10 0 23 0;
#X connect 12 0 22 0;
#X connect 15 0 17 0;
#X connect 16 0 19 0;
#X connect 18 0 15 0;
#X connect 18 0 20 0;
#X connect 18 0 21 0;
#X connect 19 0 18 0;
#X connect 20 0 14 0;
#X connect 21 0 13 0;
#X connect 22 0 11 0;
#X connect 23 0 9 0;
#X connect 24 0 7 0;
#X connect 25 0 5 0;
#X connect 26 0 3 0;
#X connect 27 0 29 0;
#X connect 28 0 27 0;
#X connect 28 1 29 1;
#X connect 29 0 1 0;
#X connect 32 0 33 0;
#X connect 33 0 31 0;