This file is indexed.

/usr/share/doc/yacas-doc/html/books.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
<html>
<head>
  <title>Yacas documentation</title>
  <link rel="stylesheet" href="yacas.css" TYPE="text/css" MEDIA="screen">
</head><body style="background-image:url('back.gif'); ">
<center>
<h1>Yacas documentation</h1>
<table cellpadding="0">
<tr><td width="600">
<p>
<div class="articleTitle">
<a class="articleTitleLink" href="refmanual.html"><b>Using Yacas, function reference</b></a> (<a class="articleTitleLink" href="ref.book.pdf" target="pdfwin">PDF</a>) (<a class="articleTitleLink" href="downloads.html">download</a>) </div> 
This document describes the functions that are useful in the context of using 
Yacas as an end user.

</p>
<p>
<div class="articleTitle">
<a class="articleTitleLink" href="codingmanual.html"><b>Programming in Yacas</b></a> (<a class="articleTitleLink" href="coding.book.pdf" target="pdfwin">PDF</a>) (<a class="articleTitleLink" href="downloads.html">download</a>) </div> 
This document should get you started programming in Yacas. There
are some basic explanations and hands-on tutorials.

</p>
<p>
<div class="articleTitle">
<a class="articleTitleLink" href="refprogmanual.html"><b>Programming in Yacas, function reference</b></a> (<a class="articleTitleLink" href="refprog.book.pdf" target="pdfwin">PDF</a>) (<a class="articleTitleLink" href="downloads.html">download</a>) </div> 
This is the second part of the Yacas function reference.
This reference explains functions that are used in the Yacas
source code that is underneath what the user sees. The documentation
in this section is thus mostly useful to people who are maintaining
Yacas.

</p>
<p>
<div class="articleTitle">
<a class="articleTitleLink" href="Algomanual.html"><b>The Yacas Book of Algorithms</b></a> (<a class="articleTitleLink" href="Algo.book.pdf" target="pdfwin">PDF</a>) (<a class="articleTitleLink" href="downloads.html">download</a>) </div> 
This book is a detailed description of the algorithms used in the Yacas system for exact
symbolic and arbitrary-precision numerical computations. Very few of these
algorithms are new, and most are well-known.
The goal of this book is to become a compendium of all relevant issues
of design and implementation of these algorithms.

</p>
<p>
<div class="articleTitle">
<a class="articleTitleLink" href="intromanual.html"><b>Introduction to the off-line version of Yacas</b></a> (<a class="articleTitleLink" href="intro.book.pdf" target="pdfwin">PDF</a>) (<a class="articleTitleLink" href="downloads.html">download</a>) </div> 
This document gives a short introduction to Yacas.
Included is a brief tutorial on the syntax and some
commands to get you started using Yacas. There are also some examples.

</p>
<p>
<div class="articleTitle">
<a class="articleTitleLink" href="essaysmanual.html"><b>Essays on Yacas</b></a> (<a class="articleTitleLink" href="essays.book.pdf" target="pdfwin">PDF</a>) (<a class="articleTitleLink" href="downloads.html">download</a>) </div> 
This is a book of essays on Yacas. It covers various topics, from
using the Yacas system for specific calculations
to general issues related to the Yacas system development and maintenance.

</p>

</td></tr>
</table></center>

<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>