Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > eebc325dc36bd6e3b09b9b45133e42f8 > files > 1121

HippoDraw-devel-docs-1.21.1-10.fc13.i686.rpm

<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>HippoDraw Class Library</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="hippoApp.ico">
</head><body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="dir_546918f92081d0a3941b8fe5c9b2d53f.html">controllers</a>
  </div>
</div>
<div class="contents">
<h1>Gammaq.h</h1><a href="Gammaq_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- mode:c++ -*- */</span>
<a name="l00002"></a>00002 
<a name="l00011"></a>00011 <span class="preprocessor">#ifndef GAMMAQ_CXX_</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span><span class="preprocessor">#define GAMMAQ_CXX_</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span>
<a name="l00014"></a><a class="code" href="Gammaq_8h.html#a3641b6d4c21b7a852dbb32c2b693302e">00014</a> <span class="preprocessor">#define ITMAX 100</span>
<a name="l00015"></a><a class="code" href="Gammaq_8h.html#a6ebf6899d6c1c8b7b9d09be872c05aae">00015</a> <span class="preprocessor"></span><span class="preprocessor">#define EPS 3.0e-7</span>
<a name="l00016"></a><a class="code" href="Gammaq_8h.html#a54a4e9f9387854c492c138ece3fc2279">00016</a> <span class="preprocessor"></span><span class="preprocessor">#define FPMIN 1.0e-30</span>
<a name="l00017"></a><a class="code" href="Gammaq_8h.html#a5189100144828825ca4369c28c1261d1">00017</a> <span class="preprocessor"></span><span class="preprocessor">#define MAXSTR 80</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span>
<a name="l00019"></a>00019 <span class="preprocessor">#include &lt;cstdio&gt;</span>
<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;cstdlib&gt;</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="keyword">namespace </span>hippodraw {
<a name="l00023"></a>00023   <span class="keyword">namespace </span>Numeric {
<a name="l00024"></a>00024 
<a name="l00028"></a>00028 <span class="keywordtype">double</span> <a class="code" href="namespacehippodraw_1_1Numeric.html#a3875415d74d3aaf6f58d9e58fc061efd" title="Calculates Q, the probability that the chi2 should exceed a particilar chi2 (input)...">gammq</a>(<span class="keywordtype">double</span> a, <span class="keywordtype">double</span> x);
<a name="l00029"></a>00029 
<a name="l00031"></a>00031 <span class="keywordtype">double</span> <a class="code" href="namespacehippodraw_1_1Numeric.html#ae01374ddda83bc2216ba9df9c76d9995" title="Calculates natural log of a gamma function.">gammln</a>( <span class="keywordtype">double</span> xx );
<a name="l00032"></a>00032 
<a name="l00035"></a>00035 <span class="keywordtype">void</span> <a class="code" href="namespacehippodraw_1_1Numeric.html#a5277079b0c65d166db9553deb8a92de2" title="Calculates Q, the probability that the chi2 should exceed a particilar chi2 (input)...">gser</a>(<span class="keywordtype">double</span> *gamser, <span class="keywordtype">double</span> a, <span class="keywordtype">double</span> x, <span class="keywordtype">double</span> *gln);
<a name="l00036"></a>00036 
<a name="l00039"></a>00039 <span class="keywordtype">void</span> <a class="code" href="namespacehippodraw_1_1Numeric.html#a5b446e3e8ec13c8e2383ac156f0cf77f" title="Calculates Q, the probability that the chi2 should exceed a particilar chi2 (input)...">gcf</a>( <span class="keywordtype">double</span> *gammcf, <span class="keywordtype">double</span> a, <span class="keywordtype">double</span> x, <span class="keywordtype">double</span> *gln );
<a name="l00040"></a>00040 
<a name="l00041"></a>00041   } <span class="comment">// end namespace Numeric</span>
<a name="l00042"></a>00042 } <span class="comment">// end namespace hippodraw</span>
<a name="l00043"></a>00043 
<a name="l00044"></a>00044 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="align: right;"><small>
Generated for HippoDraw Class Library by <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
</a> </small></address>
</body>
</html>