This file is indexed.

/usr/share/doc/yacas-doc/html/refchapter3.html is in yacas-doc 1.3.1-1.

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
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<html>
<head>
  <title>Predicates relating to numbers</title>
  <link rel="stylesheet" href="yacas.css" TYPE="text/css" MEDIA="screen">
</head>
<body>
<a name="c3">

</a>
(directly go to documentation on : <a href="refchapter3.html#<" target='Chapters' title="test for "less than""><</a>, <a href="refchapter3.html#>" target='Chapters' title="test for "greater than"">></a>, <a href="refchapter3.html#<=" target='Chapters' title="test for "less or equal""><=</a>, <a href="refchapter3.html#>=" target='Chapters' title="test for "greater or equal"">>=</a>, <a href="refchapter3.html#IsZero" target='Chapters' title="test whether argument is zero">IsZero</a>, <a href="refchapter3.html#IsRational" target='Chapters' title="test whether argument is a rational">IsRational</a>.
)<h1>
3. Predicates relating to numbers
</h1>
<p> </p>
<center><table>
<tr BGCOLOR=#E0E0E0>
<td><a href="refchapter3.html#<" target='Chapters' title="test for "less than""><</a></td>
<td>test for "less than"</td>
</tr>
<tr BGCOLOR=#E0E0E0>
<td><a href="refchapter3.html#>" target='Chapters' title="test for "greater than"">></a></td>
<td>test for "greater than"</td>
</tr>
<tr BGCOLOR=#E0E0E0>
<td><a href="refchapter3.html#<=" target='Chapters' title="test for "less or equal""><=</a></td>
<td>test for "less or equal"</td>
</tr>
<tr BGCOLOR=#E0E0E0>
<td><a href="refchapter3.html#>=" target='Chapters' title="test for "greater or equal"">>=</a></td>
<td>test for "greater or equal"</td>
</tr>
<tr BGCOLOR=#E0E0E0>
<td><a href="refchapter3.html#IsZero" target='Chapters' title="test whether argument is zero">IsZero</a></td>
<td>test whether argument is zero</td>
</tr>
<tr BGCOLOR=#E0E0E0>
<td><a href="refchapter3.html#IsRational" target='Chapters' title="test whether argument is a rational">IsRational</a></td>
<td>test whether argument is a rational</td>
</tr>
</table></center>
<a name="<">

</a>
<a name="<">

</a>
<h3>
<hr>< -- test for "less than"
</h3>
<h5 align=right>Standard library</h5><h5>
Calling format:
</h5>
<table cellpadding="0" width="100%">
<tr><td width=100% bgcolor="#DDDDEE"><pre>
e1 &lt; e2
</pre></tr>
</table>
Precedence:

90

<p>

<h5>
Parameters:
</h5>
<b><tt>e1</tt></b>, <b><tt>e2</tt></b> -- expressions to be compared


<p>

<h5>
Description:
</h5>
The two expression are evaluated. If both results are numeric, they
are compared. If the first expression is smaller than the second one,
the result is <b><tt>True</tt></b> and it is <b><tt>False</tt></b> otherwise. If either of the expression is not numeric, after
evaluation, the expression is returned with evaluated arguments.


<p>
The word "numeric" in the previous paragraph has the following
meaning. An expression is numeric if it is either a number (i.e. <b><tt>IsNumber</tt></b> returns <b><tt>True</tt></b>), or the
quotient of two numbers, or an infinity (i.e. <b><tt>IsInfinity</tt></b> returns <b><tt>True</tt></b>). Yacas will try to 
coerce the arguments passed to this comparison operator to a real value before making the comparison.


<p>

<h5>
Examples:
</h5>
<table cellpadding="0" width="100%">
<tr><td width=100% bgcolor="#DDDDEE"><pre>
In&gt; 2 &lt; 5;
Out&gt; True;
In&gt; Cos(1) &lt; 5;
Out&gt; True;
</pre></tr>
</table>


<p>

<h5>
See also:
</h5>
<a href="ref.html?IsNumber" target="Chapters">
IsNumber
</a>
, <a href="ref.html?IsInfinity" target="Chapters">
IsInfinity
</a>
, <a href="ref.html?N" target="Chapters">
N
</a>
.<a name=">">

</a>
<a name=">">

</a>
<h3>
<hr>> -- test for "greater than"
</h3>
<h5 align=right>Standard library</h5><h5>
Calling format:
</h5>
<table cellpadding="0" width="100%">
<tr><td width=100% bgcolor="#DDDDEE"><pre>
e1 &gt; e2
</pre></tr>
</table>
Precedence:

90

<p>

<h5>
Parameters:
</h5>
<b><tt>e1</tt></b>, <b><tt>e2</tt></b> -- expressions to be compared


<p>

<h5>
Description:
</h5>
The two expression are evaluated. If both results are numeric, they
are compared. If the first expression is larger than the second one,
the result is <b><tt>True</tt></b> and it is <b><tt>False</tt></b> otherwise. If either of the expression is not numeric, after
evaluation, the expression is returned with evaluated arguments.


<p>
The word "numeric" in the previous paragraph has the following
meaning. An expression is numeric if it is either a number (i.e. <b><tt>IsNumber</tt></b> returns <b><tt>True</tt></b>), or the
quotient of two numbers, or an infinity (i.e. <b><tt>IsInfinity</tt></b> returns <b><tt>True</tt></b>). Yacas will try to 
coerce the arguments passed to this comparison operator to a real value before making the comparison.


<p>

<h5>
Examples:
</h5>
<table cellpadding="0" width="100%">
<tr><td width=100% bgcolor="#DDDDEE"><pre>
In&gt; 2 &gt; 5;
Out&gt; False;
In&gt; Cos(1) &gt; 5;
Out&gt; False
</pre></tr>
</table>


<p>

<h5>
See also:
</h5>
<a href="ref.html?IsNumber" target="Chapters">
IsNumber
</a>
, <a href="ref.html?IsInfinity" target="Chapters">
IsInfinity
</a>
, <a href="ref.html?N" target="Chapters">
N
</a>
.<a name="<=">

</a>
<a name="<=">

</a>
<h3>
<hr><= -- test for "less or equal"
</h3>
<h5 align=right>Standard library</h5><h5>
Calling format:
</h5>
<table cellpadding="0" width="100%">
<tr><td width=100% bgcolor="#DDDDEE"><pre>
e1 &lt;= e2
</pre></tr>
</table>
Precedence:

90

<p>

<h5>
Parameters:
</h5>
<b><tt>e1</tt></b>, <b><tt>e2</tt></b> -- expressions to be compared


<p>

<h5>
Description:
</h5>
The two expression are evaluated. If both results are numeric, they
are compared. If the first expression is smaller than or equals the
second one, the result is <b><tt>True</tt></b> and it is <b><tt>False</tt></b> otherwise. If either of the expression is not
numeric, after evaluation, the expression is returned with evaluated
arguments.


<p>
The word "numeric" in the previous paragraph has the following
meaning. An expression is numeric if it is either a number (i.e. <b><tt>IsNumber</tt></b> returns <b><tt>True</tt></b>), or the
quotient of two numbers, or an infinity (i.e. <b><tt>IsInfinity</tt></b> returns <b><tt>True</tt></b>). Yacas will try to 
coerce the arguments passed to this comparison operator to a real value before making the comparison.


<p>

<h5>
Examples:
</h5>
<table cellpadding="0" width="100%">
<tr><td width=100% bgcolor="#DDDDEE"><pre>
In&gt; 2 &lt;= 5;
Out&gt; True;
In&gt; Cos(1) &lt;= 5;
Out&gt; True
</pre></tr>
</table>


<p>

<h5>
See also:
</h5>
<a href="ref.html?IsNumber" target="Chapters">
IsNumber
</a>
, <a href="ref.html?IsInfinity" target="Chapters">
IsInfinity
</a>
, <a href="ref.html?N" target="Chapters">
N
</a>
.<a name=">=">

</a>
<a name=">=">

</a>
<h3>
<hr>>= -- test for "greater or equal"
</h3>
<h5 align=right>Standard library</h5><h5>
Calling format:
</h5>
<table cellpadding="0" width="100%">
<tr><td width=100% bgcolor="#DDDDEE"><pre>
e1 &gt;= e2
</pre></tr>
</table>
Precedence:

90

<p>

<h5>
Parameters:
</h5>
<b><tt>e1</tt></b>, <b><tt>e2</tt></b> -- expressions to be compared


<p>

<h5>
Description:
</h5>
The two expression are evaluated. If both results are numeric, they
are compared. If the first expression is larger than or equals the
second one, the result is <b><tt>True</tt></b> and it is <b><tt>False</tt></b> otherwise. If either of the expression is not
numeric, after evaluation, the expression is returned with evaluated
arguments.


<p>
The word "numeric" in the previous paragraph has the following
meaning. An expression is numeric if it is either a number (i.e. <b><tt>IsNumber</tt></b> returns <b><tt>True</tt></b>), or the
quotient of two numbers, or an infinity (i.e. <b><tt>IsInfinity</tt></b> returns <b><tt>True</tt></b>). Yacas will try to 
coerce the arguments passed to this comparison operator to a real value before making the comparison.


<p>

<h5>
Examples:
</h5>
<table cellpadding="0" width="100%">
<tr><td width=100% bgcolor="#DDDDEE"><pre>
In&gt; 2 &gt;= 5;
Out&gt; False;
In&gt; Cos(1) &gt;= 5;
Out&gt; False
</pre></tr>
</table>


<p>

<h5>
See also:
</h5>
<a href="ref.html?IsNumber" target="Chapters">
IsNumber
</a>
, <a href="ref.html?IsInfinity" target="Chapters">
IsInfinity
</a>
, <a href="ref.html?N" target="Chapters">
N
</a>
.<a name="IsZero">

</a>
<a name="iszero">

</a>
<h3>
<hr>IsZero -- test whether argument is zero
</h3>
<h5 align=right>Standard library</h5><h5>
Calling format:
</h5>
<table cellpadding="0" width="100%">
<tr><td width=100% bgcolor="#DDDDEE"><pre>
IsZero(n)
</pre></tr>
</table>


<p>

<h5>
Parameters:
</h5>
<b><tt>n</tt></b> -- number to test


<p>

<h5>
Description:
</h5>
<b><tt>IsZero(n)</tt></b> evaluates to <b><tt>True</tt></b> if
"n" is zero. In case "n" is not a number, the function returns
<b><tt>False</tt></b>.


<p>

<h5>
Examples:
</h5>
<table cellpadding="0" width="100%">
<tr><td width=100% bgcolor="#DDDDEE"><pre>
In&gt; IsZero(3.25)
Out&gt; False;
In&gt; IsZero(0)
Out&gt; True;
In&gt; IsZero(x)
Out&gt; False;
</pre></tr>
</table>


<p>

<h5>
See also:
</h5>
<a href="ref.html?IsNumber" target="Chapters">
IsNumber
</a>
, <a href="ref.html?IsNotZero" target="Chapters">
IsNotZero
</a>
.<a name="IsRational">

</a>
<a name="isrational">

</a>
<h3>
<hr>IsRational -- test whether argument is a rational
</h3>
<h5 align=right>Standard library</h5><h5>
Calling format:
</h5>
<table cellpadding="0" width="100%">
<tr><td width=100% bgcolor="#DDDDEE"><pre>
IsRational(expr)
</pre></tr>
</table>


<p>

<h5>
Parameters:
</h5>
<b><tt>expr</tt></b> -- expression to test


<p>

<h5>
Description:
</h5>
This commands tests whether the expression "expr" is a rational
number, i.e. an integer or a fraction of integers.


<p>

<h5>
Examples:
</h5>
<table cellpadding="0" width="100%">
<tr><td width=100% bgcolor="#DDDDEE"><pre>
In&gt; IsRational(5)
Out&gt; False;
In&gt; IsRational(2/7)
Out&gt; True;
In&gt; IsRational(0.5)
Out&gt; False;
In&gt; IsRational(a/b)
Out&gt; False;
In&gt; IsRational(x + 1/x)
Out&gt; False;
</pre></tr>
</table>


<p>

<h5>
See also:
</h5>
<a href="ref.html?Numer" target="Chapters">
Numer
</a>
, <a href="ref.html?Denom" target="Chapters">
Denom
</a>
.
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2425144-1";
urchinTracker();
</script>
</body>

</html>