vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
erf.h
Go to the documentation of this file.
1 //%Header {
2 /*****************************************************************************
3 *
4 * File: src/MushRuby/missing/erf.c (ruby)
5 *
6 * This file has been taken the ruby distribution and may have been modified.
7 * For more information on the original see http://www.ruby-lang.org/.
8 *
9 * This file may contain original work and modifications by Andy Southgate.
10 * In regard to these the author and his employer (Mushware Limited)
11 * irrevocably waive all of their copyright rights vested in this particular
12 * version of this file to the furthest extent permitted. The author and
13 * Mushware Limited also irrevocably waive any and all of their intellectual
14 * property rights arising from said file and its modification and/or additions
15 * that would otherwise restrict the rights of any party to use and/or
16 * distribute the use of, the techniques and methods used herein. A written
17 * waiver can be obtained via http://www.mushware.com/. This waiver does not
18 * affect the rights of the original author or authors.
19 *
20 * This software carries NO WARRANTY of any kind from Andy Southgate or
21 * Mushware Limited.
22 *
23 ****************************************************************************/
24 
25 double erf(double x);
26 
27 double erfc(double x);
28 
29 static double p_gamma(double a, double x, double loggamma_a);
30 
31 static double q_gamma(double a, double x, double loggamma_a);
32