This file is indexed.

/usr/share/doc/libghc-double-conversion-doc/html/index.html is in libghc-double-conversion-doc 2.0.2.0+ds1-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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>double-conversion-2.0.2.0: Fast conversion between double precision floating point and text</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">double-conversion-2.0.2.0: Fast conversion between double precision floating point and text</p></div><div id="content"><div id="description"><h1>double-conversion-2.0.2.0: Fast conversion between double precision floating point and text</h1><div class="doc"><p>A library that performs fast, accurate conversion between double
precision floating point and text.</p><p>This library is implemented as bindings to the C++
<code>double-conversion</code> library written by Florian Loitsch at Google:
<a href="https://github.com/floitsch/double-conversion">https://github.com/floitsch/double-conversion</a>.</p><p>The <code>Text</code> versions of these functions are about 30 times faster
than the default <code>show</code> implementation for the <code>Double</code> type.</p><p>The <code>ByteString</code> versions are <em>slower</em> than the <code>Text</code> versions;
roughly half the speed.  (This seems to be due to the cost of
allocating <code>ByteString</code> values via <code>malloc</code>.)</p><p>As a final note, be aware that the <code>bytestring-show</code> package is
about 50% slower than simply using <code>show</code>.</p></div></div><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">Data</span><ul id="section.n.1" class="show"><li><span id="control.n.1.1" class="module collapser" onclick="toggleSection('n.1.1')">Double</span><ul id="section.n.1.1" class="show"><li><span id="control.n.1.1.1" class="module collapser" onclick="toggleSection('n.1.1.1')">Conversion</span><ul id="section.n.1.1.1" class="show"><li><span class="module"><a href="Data-Double-Conversion-ByteString.html">Data.Double.Conversion.ByteString</a></span></li><li><span class="module"><a href="Data-Double-Conversion-Text.html">Data.Double.Conversion.Text</a></span></li></ul></li></ul></li></ul></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.3</p></div></body></html>