This file is indexed.

/usr/share/doc/libghc-numeric-extras-doc/html/Numeric-Extras.html is in libghc-numeric-extras-doc 0.0.3-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
<!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>Numeric.Extras</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Numeric-Extras.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Numeric-Extras.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">numeric-extras-0.0.3: Useful tools from the C standard library</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Trustworthy</td></tr></table><p class="caption">Numeric.Extras</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">class</span> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Foreign-Storable.html#t:Storable">Storable</a> (<a href="Numeric-Extras.html#t:C">C</a> a), <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:RealFloat">RealFloat</a> (<a href="Numeric-Extras.html#t:C">C</a> a), <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:RealFloat">RealFloat</a> a) =&gt; <a name="t:RealExtras" class="def">RealExtras</a> a  <span class="keyword">where</span><a href="src/Numeric-Extras.html#RealExtras" class="link">Source</a></p><div class="subs associated-types"><p class="caption">Associated Types</p><p class="src"><span class="keyword">type</span> <a name="t:C" class="def">C</a> a :: *<a href="src/Numeric-Extras.html#C" class="link">Source</a></p></div><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:fmod" class="def">fmod</a> :: a -&gt; a -&gt; a<a href="src/Numeric-Extras.html#fmod" class="link">Source</a></p><p class="src"><a name="v:expm1" class="def">expm1</a> :: a -&gt; a<a href="src/Numeric-Extras.html#expm1" class="link">Source</a></p><p class="src"><a name="v:log1p" class="def">log1p</a> :: a -&gt; a<a href="src/Numeric-Extras.html#log1p" class="link">Source</a></p><p class="src"><a name="v:hypot" class="def">hypot</a> :: a -&gt; a -&gt; a<a href="src/Numeric-Extras.html#hypot" class="link">Source</a></p><p class="src"><a name="v:cbrt" class="def">cbrt</a> :: a -&gt; a<a href="src/Numeric-Extras.html#cbrt" class="link">Source</a></p><p class="src"><a name="v:erf" class="def">erf</a> :: a -&gt; a<a href="src/Numeric-Extras.html#erf" class="link">Source</a></p></div><div class="subs instances"><p id="control.i:RealExtras" class="caption collapser" onclick="toggleSection('i:RealExtras')">Instances</p><div id="section.i:RealExtras" class="show"><table><tr><td class="src"><a href="Numeric-Extras.html#t:RealExtras">RealExtras</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Numeric-Extras.html#t:RealExtras">RealExtras</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Float">Float</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>